Skip to content

Commit 2c55673

Browse files
Updating BRANCH_TAGGING_STRING to match each build
* Updating BRANCH_TAGGING_STRING to match each build
1 parent 18696e1 commit 2c55673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ build-prod-pivcac-image:
221221
rules:
222222
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
223223
variables:
224-
BRANCH_TAGGING_STRING: "--destination ${ECR_REGISTRY}/identity-pivcac/review:main"
224+
BRANCH_TAGGING_STRING: "--destination ${ECR_REGISTRY}/identity-pivcac/pivcac:main"
225225
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
226226
- if: $CI_PIPELINE_SOURCE != "merge_request_event"
227227
when: never
@@ -260,7 +260,7 @@ build-prod-nginx-image:
260260
rules:
261261
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
262262
variables:
263-
BRANCH_TAGGING_STRING: "--destination ${ECR_REGISTRY}/identity-pivcac/review:main"
263+
BRANCH_TAGGING_STRING: "--destination ${ECR_REGISTRY}/identity-pivcac/nginx:main"
264264
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
265265
- if: $CI_PIPELINE_SOURCE != "merge_request_event"
266266
when: never

0 commit comments

Comments
 (0)