File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
actions/build-release-candidate Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ outputs:
77 image_cache_key :
88 description : " Cache key for the .tar of the docker image"
99 value : ${{ steps.create-image-identifier.outputs.image }}
10-
11- concurrency :
12- group : build-release-candidate-${{ github.repository }}-${{ github.ref }}
13- cancel-in-progress : false
1410
1511runs :
1612 using : " composite"
Original file line number Diff line number Diff line change 5252 name : Build and publish
5353 runs-on : ubuntu-latest
5454 needs : get-commit-hash
55- concurrency : build-and-publish- ${{ inputs.app_name }}-${{ needs.get-commit-hash.outputs.commit_hash }}
55+ concurrency : build-${{ inputs.app_name }}-${{ github.ref }}
5656
5757 permissions :
5858 contents : read
Original file line number Diff line number Diff line change 4747 outputs :
4848 image : ${{ steps.build-release-candidate.outputs.image_cache_key }}
4949
50+ concurrency : build-${{ inputs.app_name }}-${{ github.ref }}
51+
5052 steps :
5153 - uses : actions/checkout@v4
5254
You can’t perform that action at this time.
0 commit comments