Disable push of docker images

This commit is contained in:
Erik Johnston 2022-10-14 09:54:56 +01:00
parent 29ee4b6698
commit f3f303aa22

View file

@ -50,7 +50,7 @@ jobs:
- name: Build and push all platforms - name: Build and push all platforms
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
push: true # push: true
labels: "gitsha1=${{ github.sha }}" labels: "gitsha1=${{ github.sha }}"
tags: "${{ steps.set-tag.outputs.tags }}" tags: "${{ steps.set-tag.outputs.tags }}"
file: "docker/Dockerfile" file: "docker/Dockerfile"