Skip to content

Commit

Permalink
Fix image link
Browse files Browse the repository at this point in the history
Signed-off-by: eternaltyro <230743+eternaltyro@users.noreply.github.com>
  • Loading branch information
eternaltyro committed May 16, 2024
1 parent f435547 commit 031666d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
with:
task-definition: task-definition.json
container-name: ${{ env.CONTAINER_NAME }}
# image: ${{ env.IMAGE_NAME }}:fastapi
image: ${{ needs.build-push-image.outputs.imageid }} # WHY NOT WORKS?
image: ${{ env.IMAGE_NAME }}:fastapi
# image: ${{ needs.build-push-image.outputs.imageid }} # WHY NOT WORKS?

- name: Deploy task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
Expand Down

0 comments on commit 031666d

Please sign in to comment.