Skip to content

Commit a31c09a

Browse files
authored
1 parent 15b15ef commit a31c09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/aws.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# be deployed to ECS.
7676
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
7777
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
78-
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
78+
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
7979
8080
- name: Fill in the new image ID in the Amazon ECS task definition
8181
id: task-def

0 commit comments

Comments
 (0)