summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWim <wim@42.be>2021-10-17 22:42:00 +0200
committerWim <wim@42.be>2021-10-17 22:42:00 +0200
commit21305d93bf87857c02a20471b577ca394f19eadf (patch)
tree7780985a4eca1c6951d563f6b4956d7857fb5c3d /.github
parent4478d5d9041499e64a812e04752f88c9838f12a1 (diff)
downloadmatterbridge-msglm-21305d93bf87857c02a20471b577ca394f19eadf.tar.gz
matterbridge-msglm-21305d93bf87857c02a20471b577ca394f19eadf.tar.bz2
matterbridge-msglm-21305d93bf87857c02a20471b577ca394f19eadf.zip
Push docker images also to ghcr.io
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml4
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'