Skip to content

Commit

Permalink
change container name
Browse files Browse the repository at this point in the history
  • Loading branch information
koray-datadive committed May 25, 2024
1 parent b618937 commit adb5637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: .aws/api-task-definition.json
container-name: attendence-taker-api
container-name: ${{ steps.login-ecr.outputs.registry }}/attendence-taker-api
image: ${{ steps.build-image.outputs.image }}
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
Expand Down

0 comments on commit adb5637

Please sign in to comment.