Skip to content
New issue

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

"arn:aws:ecs:ap-northeast-1:***:service/*******task is MISSING" when deploy dotnet8 to aws ecs #544

Open
YQinglin opened this issue Apr 4, 2024 · 1 comment

Comments

@YQinglin
Copy link

YQinglin commented Apr 4, 2024

image
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

@YQinglin
Copy link
Author

YQinglin commented Apr 9, 2024

who can help me ? please...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant