We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecc36c commit ba6d280Copy full SHA for ba6d280
.github/workflows/aws.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
76
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
77
- echo "{image}={$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG}" >> $GITHUB_OUTPUT
+ echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
78
79
- name: Fill in the new image ID in the Amazon ECS task definition
80
id: task-def
0 commit comments