Push docker images also to ghcr.io

pull/1615/head
Wim 3 years ago
parent 4478d5d904
commit 21305d93bf
No known key found for this signature in database
GPG Key ID: 5E423DA5C9AA63D4

@ -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'

Loading…
Cancel
Save