summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-14 10:50:24 +0100
committerErik Johnston <erik@matrix.org>2022-10-14 10:50:24 +0100
commit6e0dde3215b0fe2b3ef3b4232a680776d5ab8795 (patch)
treed7529458570a887f81610ae5889e86d5a4dfb835
parentFix docker workflow (diff)
downloadsynapse-6e0dde3215b0fe2b3ef3b4232a680776d5ab8795.tar.xz
Revert "Disable push of docker images"
This reverts commit f3f303aa22b9681c21468fb0bdce1b21d1bdbd92.
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index c70a7088c4..49427ab50d 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -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"