Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wspooong authored Mar 21, 2024
1 parent 2a48ebc commit c051e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Download task definition
run: |
aws ecs describe-task-definition --task-definition frontend --query taskDefinition > task-definition.json
aws ecs describe-task-definition --task-definition ${{ secrets.CONTAINER_NAME }} --query taskDefinition > task-definition.json
- name: Build, tag, and push image to Amazon ECR
id: build-image
Expand Down

0 comments on commit c051e4c

Please sign in to comment.