Seah Ying Xiang

Results 1 comments of Seah Ying Xiang

Did you echo the image URI into the github output? Following the steps from https://github.com/aws-actions/amazon-ecs-deploy-task-definition, do you have this command in the build step: `echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT` ```yaml -...