Skip to content

Commit

Permalink
ECR testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng committed Nov 24, 2024
1 parent 1f301b8 commit b4a591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: task-definition.json
container-name: ${{ secrets.CONTAINER_NAME }}
container-name: ${{ secrets.CONTAINER_NAME_TEST }}
image: ${{ secrets.ECR_REGISTRY_TEST }}/${{ secrets.ECR_REPOSITORY_TEST }}:latest

- name: Deploy Amazon ECS task definition
Expand Down

0 comments on commit b4a591b

Please sign in to comment.