Skip to content

Commit

Permalink
Use PROD_VAR
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Sep 12, 2023
1 parent c75762e commit 8d75cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ jobs:
with:
task-definition: ${{ env.TASKDEF }}
container-name: "foo-app"
image: ${{ env.ECR_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
image: ${{ env.ECR_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.PROD_VAR }}${{ env.IMAGE_VER }}

- name: Deploy to Amazon ECS
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
Expand Down

0 comments on commit 8d75cf6

Please sign in to comment.