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 3607cf3 commit 0fdd756Copy full SHA for 0fdd756
.github/workflows/build-push-docker.yml
@@ -33,15 +33,14 @@ permissions:
33
id-token: write
34
contents: read
35
36
-concurrency:
37
- group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ github.event.inputs.image_tag }}'
38
- cancel-in-progress: true
39
-
40
env:
41
WORKFLOW_BRANCH: "new_deployment"
42
43
jobs:
44
build:
+ concurrency:
+ group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.image_tag }}'
+ cancel-in-progress: true
45
runs-on: ubuntu-20.04
46
steps:
47
# checkout specific source repository
0 commit comments