We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52843ed commit 60f56a6Copy full SHA for 60f56a6
README.md
@@ -83,7 +83,7 @@ The task definition file can be updated prior to deployment with the new contain
83
run: |
84
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
85
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
86
- echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
+ echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
87
88
- name: Fill in the new image ID in the Amazon ECS task definition
89
id: task-def
0 commit comments