Skip to content

Commit 2d3db86

Browse files
authored
Update build-push-docker.yml
1 parent d6a60a7 commit 2d3db86

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.ecr_repository || secrets.DV_ECR_REPOSITORY }}'
42+
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}-${{ inputs.ecr_repository }}'
4343
cancel-in-progress: true
4444
runs-on: ubuntu-20.04
4545
steps:

0 commit comments

Comments
 (0)