Skip to content

Commit d6de6d4

Browse files
author
Yuriy Bezsonov
committed
fix(infra): update container image tag from 02-multi-stage to 01-multi-stage
1 parent 6b261c1 commit d6de6d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

infra/scripts/deploy/containerize.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ aws ecr get-login-password --region "$AWS_REGION" \
6464
log_success "ECR login successful"
6565

6666
# Tag and push images
67-
log_info "Tagging and pushing image with '02-multi-stage' tag..."
68-
docker tag "${IMAGE_NAME}:latest" "${ECR_URI}:02-multi-stage"
69-
docker push "${ECR_URI}:02-multi-stage"
70-
log_success "Pushed ${ECR_URI}:02-multi-stage"
67+
log_info "Tagging and pushing image with '01-multi-stage' tag..."
68+
docker tag "${IMAGE_NAME}:latest" "${ECR_URI}:01-multi-stage"
69+
docker push "${ECR_URI}:01-multi-stage"
70+
log_success "Pushed ${ECR_URI}:01-multi-stage"
7171

7272
log_info "Tagging and pushing image with 'latest' tag..."
7373
docker tag "${IMAGE_NAME}:latest" "${ECR_URI}:latest"

0 commit comments

Comments
 (0)