summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-14 09:54:56 +0100
committerErik Johnston <erik@matrix.org>2022-10-14 09:54:56 +0100
commitf3f303aa22b9681c21468fb0bdce1b21d1bdbd92 (patch)
treec05cd02e94975e09f04090a4bf441f3a5e05dcd7 /.github
parentFix docker build OOMing in CI for arm64 builds (#14173) (diff)
downloadsynapse-f3f303aa22b9681c21468fb0bdce1b21d1bdbd92.tar.xz
Disable push of docker images
Diffstat (limited to '.github')
-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 b20048ff54..c50df17e92 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"