From 21305d93bf87857c02a20471b577ca394f19eadf Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 17 Oct 2021 22:42:00 +0200 Subject: Push docker images also to ghcr.io --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 69a3a926..c1caf270 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -30,7 +30,7 @@ jobs: id: meta uses: docker/metadata-action@v3 with: - images: 42wim/matterbridge + images: 42wim/matterbridge,ghcr.io/42wim/matterbridge flavor: | latest=true tags: | @@ -47,7 +47,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - + - name: Log into registry ghcr.io uses: docker/login-action@v1 if: github.event_name != 'pull_request' -- cgit v1.2.3