Skip to content

Commit

Permalink
use fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed Jul 10, 2024
1 parent a3bea27 commit c70f3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
container-name: ${{ needs.setup_env.outputs.AWS_APPENV }}
image: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_REGION }}.amazonaws.com/${{ needs.setup_env.outputs.AWS_APPENV }}:${{ needs.setup_env.outputs.IMAGE_TAG }}
- name: Deploy to Amazon ECS Scheduled Tasks
uses: airfordable/ecs-deploy-task-definition-to-scheduled-task@v2.1.0
uses: mikeyavorsky/ecs-deploy-task-definition-to-scheduled-task@fix-for-arm
with:
cluster: infra-prod
task-definition: task-def-scraper.json

0 comments on commit c70f3a1

Please sign in to comment.