Push images even on PR

This commit is contained in:
parra 2022-04-13 13:54:46 +02:00
parent f8a037dfeb
commit a61c80e0aa
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 }}