mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-24 21:45:21 +00:00
Fix an error in the docker workflow (#10461)
This commit is contained in:
committed by
GitHub
parent
f76f8c1567
commit
4c3fdfc808
@@ -54,7 +54,7 @@ jobs:
|
||||
# we do an amd64-only build, before following up with a multiarch build.
|
||||
- name: Build and push amd64
|
||||
uses: docker/build-push-action@v2
|
||||
if: "${{ startsWith(github.ref, 'refs/tags/v' }}"
|
||||
if: "${{ startsWith(github.ref, 'refs/tags/v') }}"
|
||||
with:
|
||||
push: true
|
||||
labels: "gitsha1=${{ github.sha }}"
|
||||
|
||||
Reference in New Issue
Block a user