Skip to content

Commit

Permalink
Fix : Input required and not supplied: image
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ committed Sep 16, 2023
1 parent 3d0dc04 commit 91af266
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 @@ -49,7 +49,7 @@ jobs:
with:
task-definition: task-definition.json
container-name: be-container
image: ${{ steps.build-image.outputs.image }}
image: ${{ steps.login-ecr.outputs.image }}
## ECS 실행
- name: Deploy ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
Expand Down

0 comments on commit 91af266

Please sign in to comment.