Push images even on PR

This commit is contained in:
parra 2022-04-13 13:54:46 +02:00 committed by GitHub
parent 1b77bd9b0d
commit feb179258e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,6 @@ jobs:
with:
context: .
platforms: ${{ env.PLATFORMS }}
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}