diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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' |