summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2023-03-20 16:28:29 +0000
committerGitHub <noreply@github.com>2023-03-20 16:28:29 +0000
commit63e25010d619868cd96000763f3733131ef0e6ef (patch)
tree2d828a57f9a905dfb4b02cacad11d2d6cee1cf17 /.github/workflows
parentAdd /versions flag for MSC3952. (#15293) (diff)
downloadsynapse-63e25010d619868cd96000763f3733131ef0e6ef.tar.xz
Mirror images to the GitHub Container Registry (`ghcr.io/matrix-org/synapse`). (#15281)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml

index 4bbe5decf8..602f5e1759 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml
@@ -10,6 +10,7 @@ on: permissions: contents: read + packages: write jobs: build: @@ -34,11 +35,20 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} + - name: Log in to GHCR + uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Calculate docker image tag id: set-tag uses: docker/metadata-action@master with: - images: matrixdotorg/synapse + images: | + docker.io/matrixdotorg/synapse + ghcr.io/matrix-org/synapse flavor: | latest=false tags: |