mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
Push docker images also to ghcr.io
This commit is contained in:
parent
4478d5d904
commit
21305d93bf
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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…
Reference in New Issue
Block a user