diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-14 10:50:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-10-14 10:50:24 +0100 |
commit | 6e0dde3215b0fe2b3ef3b4232a680776d5ab8795 (patch) | |
tree | d7529458570a887f81610ae5889e86d5a4dfb835 /.github/workflows | |
parent | Fix docker workflow (diff) | |
download | synapse-6e0dde3215b0fe2b3ef3b4232a680776d5ab8795.tar.xz |
Revert "Disable push of docker images"
This reverts commit f3f303aa22b9681c21468fb0bdce1b21d1bdbd92.
Diffstat (limited to '.github/workflows')
-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 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" |