Revert "Disable push of docker images"

This reverts commit f3f303aa22.
release-v1.69
Erik Johnston 2022-10-14 10:50:24 +01:00
parent 424d1d28cc
commit 6e0dde3215
1 changed files with 1 additions and 1 deletions

View File

@ -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"