Open
Description
i use github action to deploy dotnet8 to aws ecs, but meet some errors, and the step's codes as follows:
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.render-task-definition.outputs.task-definition }}
service: ${{ env.ECS_SERVICE }}
cluster: ${{ env.ECS_CLUSTER }}
wait-for-service-stability: true
i think the arn maybe is error, it's should be arn:aws:ecs:ap-northeast-1:***:task-definition...
but i can not find any place to modify
Metadata
Metadata
Assignees
Labels
No labels