Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Mirror images to the GitHub Container Registry (ghcr.io/matrix-org/synapse). #15281

Merged
merged 4 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,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: |
matrixdotorg/synapse
reivilibre marked this conversation as resolved.
Show resolved Hide resolved
ghcr.io/matrix-org/synapse
clokep marked this conversation as resolved.
Show resolved Hide resolved
flavor: |
latest=false
tags: |
Expand Down
1 change: 1 addition & 0 deletions changelog.d/15281.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mirror images to the GitHub Container Registry (`ghcr.io/matrix-org/synapse`).