We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506b130 commit ba39f14Copy full SHA for ba39f14
1 file changed
.github/workflows/ci-build.yml
@@ -156,7 +156,7 @@ jobs:
156
with:
157
context: .
158
file: Dockerfile
159
- push: ${{ github.ref_protected && github.event_name != 'pull_request' }}
+ push: ${{ inputs.latest || (github.ref_protected && github.event_name != 'pull_request') }}
160
tags: ${{ steps.meta.outputs.tags }}
161
labels: ${{ steps.meta.outputs.labels }}
162
platforms: ${{ inputs.platforms || 'linux/amd64' }}
0 commit comments