Skip to content

Commit

Permalink
Push docker images also to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Oct 17, 2021
1 parent 4478d5d commit 21305d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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'
Expand Down

0 comments on commit 21305d9

Please sign in to comment.