Skip to content

Commit ba39f14

Browse files
committed
Push always if latest
1 parent 506b130 commit ba39f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
context: .
158158
file: Dockerfile
159-
push: ${{ github.ref_protected && github.event_name != 'pull_request' }}
159+
push: ${{ inputs.latest || (github.ref_protected && github.event_name != 'pull_request') }}
160160
tags: ${{ steps.meta.outputs.tags }}
161161
labels: ${{ steps.meta.outputs.labels }}
162162
platforms: ${{ inputs.platforms || 'linux/amd64' }}

0 commit comments

Comments
 (0)