Skip to content

Commit d6a60a7

Browse files
authored
Add ecr repo to concurrency of build-push-docker.yml
1 parent 0fdd756 commit d6a60a7

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
@@ -39,7 +39,7 @@ env:
3939
jobs:
4040
build:
4141
concurrency:
42-
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.image_tag }}'
42+
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.ecr_repository || secrets.DV_ECR_REPOSITORY }}'
4343
cancel-in-progress: true
4444
runs-on: ubuntu-20.04
4545
steps:

0 commit comments

Comments
 (0)