We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fb26e commit 4a403c5Copy full SHA for 4a403c5
.github/workflows/deploy-to-ecr.yml
@@ -69,9 +69,7 @@ jobs:
69
context: .
70
file: ./Dockerfile
71
push: true
72
- tags: | # Allow multiple tags
73
- ${{ env.ECR_REPOSITORY_URL }}:${{ env.IMAGE_TAG }}
74
- ${{ env.ECR_REPOSITORY_URL }}:latest
+ tags: ${{ env.ECR_REPOSITORY_URL }}:latest
75
76
# Second Apply: Update ECS with new image
77
- name: Terraform Apply (Update ECS with new image)
0 commit comments