We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
arn:aws:ecs:ap-northeast-1:***:task-definition...
The text was updated successfully, but these errors were encountered:
who can help me ? please...
Sorry, something went wrong.
yes facing same issue... @YQinglin did you found any solution?
sorry~~~ the problem still exists.
It's working for me now. I put the wrong cluster name in value. So, fixing that working for me now.
wo ~ thank you for your reminding, let me check my cluster name
No branches or pull requests
i use github action to deploy dotnet8 to aws ecs, but meet some errors, and the step's codes as follows:
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 modifyThe text was updated successfully, but these errors were encountered: