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

Commit

Permalink
Use matrixdotorg/synapse directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
henryclw committed Apr 28, 2022
1 parent 9febe54 commit cab89bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: set-tag
uses: docker/metadata-action@master
with:
images: ${{ secrets.DOCKER_HUB_USERNAME }}/synapse
images: matrixdotorg/synapse
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
Expand All @@ -50,6 +50,6 @@ jobs:
with:
push: true
labels: "gitsha1=${{ github.sha }}"
tags: "matrixdotorg/synapse:${{ steps.set-tag.outputs.tag }}"
tags: "${{ steps.set-tag.outputs.tag }}"
file: "docker/Dockerfile"
platforms: linux/amd64,linux/arm64

0 comments on commit cab89bc

Please sign in to comment.