mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Disable push of docker images
This commit is contained in:
parent
29ee4b6698
commit
f3f303aa22
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
- name: Build and push all platforms
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
push: true
|
||||
# push: true
|
||||
labels: "gitsha1=${{ github.sha }}"
|
||||
tags: "${{ steps.set-tag.outputs.tags }}"
|
||||
file: "docker/Dockerfile"
|
||||
|
Loading…
Reference in New Issue
Block a user