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 8ce0bd4 commit db90003Copy full SHA for db90003
.github/workflows/build-docker-artifacts-push.yml
@@ -29,7 +29,7 @@ on:
29
required: false
30
31
concurrency:
32
- group: "${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ github.event.inputs.repository }}-${{ github.event.inputs.customer }}-${{ github.event.inputs.image_tag }}"
+ group: "build-push-${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ github.event.inputs.repository }}-${{ github.event.inputs.customer }}-${{ github.event.inputs.image_tag }}"
33
cancel-in-progress: true
34
35
env:
0 commit comments