We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9c129 commit acf6e0bCopy full SHA for acf6e0b
.github/workflows/newaws.yml
@@ -79,7 +79,7 @@ jobs:
79
# Build a docker container and push it to ECR
80
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
81
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
82
- echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
+ echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
83
# deploy:
84
# name: Deploy to EC2
85
# runs-on: ubuntu-latest
0 commit comments