We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b15ef commit a31c09aCopy full SHA for a31c09a
deployments/aws.yml
@@ -75,7 +75,7 @@ jobs:
75
# be deployed to ECS.
76
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
77
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
78
- echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
+ echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
79
80
- name: Fill in the new image ID in the Amazon ECS task definition
81
id: task-def
0 commit comments