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:
parent
f8a037dfeb
commit
a61c80e0aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-snapshot.yml
vendored
2
.github/workflows/build-snapshot.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue