diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-14 09:54:56 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-10-14 09:54:56 +0100 |
commit | f3f303aa22b9681c21468fb0bdce1b21d1bdbd92 (patch) | |
tree | c05cd02e94975e09f04090a4bf441f3a5e05dcd7 /.github | |
parent | Fix docker build OOMing in CI for arm64 builds (#14173) (diff) | |
download | synapse-f3f303aa22b9681c21468fb0bdce1b21d1bdbd92.tar.xz |
Disable push of docker images
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 2 |
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" |