Skip to content

Commit 60f56a6

Browse files
docs: update output usage in the readme (aws-actions#414)
based on the latest Github Action best practice: https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs#example-defining-outputs-for-a-job Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 52843ed commit 60f56a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The task definition file can be updated prior to deployment with the new contain
8383
run: |
8484
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
8585
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
86-
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
86+
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
8787
8888
- name: Fill in the new image ID in the Amazon ECS task definition
8989
id: task-def

0 commit comments

Comments
 (0)