Skip to content

Commit ba6d280

Browse files
committed
ci: fix github output
1 parent 5ecc36c commit ba6d280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
7676
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
77-
echo "{image}={$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG}" >> $GITHUB_OUTPUT
77+
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
7878
7979
- name: Fill in the new image ID in the Amazon ECS task definition
8080
id: task-def

0 commit comments

Comments
 (0)