Skip to content

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

Open
@YQinglin

Description

@YQinglin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions