Start pushing on non-pull request

This commit is contained in:
Matthias 2022-02-11 09:45:40 +01:00 committed by GitHub
parent 12f4134f77
commit 71f3877933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,6 @@ jobs:
context: .
file: ${{ env.DOCKERFILE }}
platforms: ${{ env.DOCKER_PLATFORMS }}
push: ${{ github.event_name == 'release' }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}