1
0
Fork 0
mirror of https://github.com/parrazam/radicale-docker.git synced 2024-11-21 21:13:24 +01:00

Push images even on PR

This commit is contained in:
parra 2022-04-13 13:54:46 +02:00
parent f8a037dfeb
commit a61c80e0aa

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 }}