Skip to content

Commit 3607cf3

Browse files
authored
Add image-tag to concurrency group of build-push-docker.yml
1 parent 6a07fd3 commit 3607cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434
contents: read
3535

3636
concurrency:
37-
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}'
37+
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ github.event.inputs.image_tag }}'
3838
cancel-in-progress: true
3939

4040
env:

0 commit comments

Comments
 (0)