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 6a07fd3 commit 3607cf3Copy full SHA for 3607cf3
.github/workflows/build-push-docker.yml
@@ -34,7 +34,7 @@ permissions:
34
contents: read
35
36
concurrency:
37
- group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}'
+ group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ github.event.inputs.image_tag }}'
38
cancel-in-progress: true
39
40
env:
0 commit comments