0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-11 23:29:11 +02:00

Revert "Disable push of docker images"

This reverts commit f3f303aa22.
This commit is contained in:
Erik Johnston 2022-10-14 10:50:24 +01:00
parent 424d1d28cc
commit 6e0dde3215

View file

@ -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"