Skip to content

Commit

Permalink
fix: container name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Sep 7, 2024
1 parent 924b412 commit c78d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: ${{ steps.current-task-def.outputs.taskDefinitionFile }}
container-name: auth0-test-api
container-name: chat-demo-api
image: ${{ needs.build-api.outputs.tag }}

- name: Deploy Amazon ECS task definition
Expand Down

0 comments on commit c78d945

Please sign in to comment.