Skip to content

Commit

Permalink
/deploy sit
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 7, 2025
1 parent d8859be commit c2c0b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/forge_py_ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "null_resource" "upload_ecr_image" {
# Docker login
echo ${data.aws_ecr_authorization_token.token.password} | docker login -u AWS --password-stdin ${data.aws_ecr_authorization_token.token.proxy_endpoint} | true
# Docker image upload
docker pull --platform=linux/arm/v7 ${var.lambda_container_image_uri}
docker pull --platform=linux/arm64 ${var.lambda_container_image_uri}
docker tag ${var.lambda_container_image_uri} ${aws_ecr_repository.lambda-image-repo.repository_url}:${local.ecr_image_tag}
docker push ${aws_ecr_repository.lambda-image-repo.repository_url}:${local.ecr_image_tag}
EOF
Expand Down

0 comments on commit c2c0b46

Please sign in to comment.