We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b261c1 commit d6de6d4Copy full SHA for d6de6d4
1 file changed
infra/scripts/deploy/containerize.sh
@@ -64,10 +64,10 @@ aws ecr get-login-password --region "$AWS_REGION" \
64
log_success "ECR login successful"
65
66
# 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"
+log_info "Tagging and pushing image with '01-multi-stage' tag..."
+docker tag "${IMAGE_NAME}:latest" "${ECR_URI}:01-multi-stage"
+docker push "${ECR_URI}:01-multi-stage"
+log_success "Pushed ${ECR_URI}:01-multi-stage"
71
72
log_info "Tagging and pushing image with 'latest' tag..."
73
docker tag "${IMAGE_NAME}:latest" "${ECR_URI}:latest"
0 commit comments