File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments