Skip to content

Commit

Permalink
Merge pull request #8 from mystist/main
Browse files Browse the repository at this point in the history
chore: tweak
  • Loading branch information
mystist authored Aug 24, 2024
2 parents 53d40d3 + 231aee7 commit a64f70e
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 @@ -81,7 +81,7 @@ jobs:
with:
task-definition: ${{ env.ECS_TASK_DEFINITION }}
container-name: ${{ env.CONTAINER_NAME }}
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

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

0 comments on commit a64f70e

Please sign in to comment.