Skip to content

Commit

Permalink
ECS prod is not using tagged docker images
Browse files Browse the repository at this point in the history
Fixes #835
  • Loading branch information
dabeeeenster committed Mar 4, 2022
1 parent 73fd0e8 commit 023fdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-deploy-production-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build, tag, and push image to Amazon ECR
id: build-image
env:
IMAGE_TAG: ${{ github.sha }}
IMAGE_TAG: ${{ github.event.release.tag_name }}
run: |
cd api
docker build -t $ECR_REPOSITORY:$IMAGE_TAG -f Dockerfile .
Expand Down

0 comments on commit 023fdd1

Please sign in to comment.