Skip to content

Commit acf6e0b

Browse files
committed
ecr
1 parent 4c9c129 commit acf6e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/newaws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# Build a docker container and push it to ECR
8080
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
8181
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
82-
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
82+
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
8383
# deploy:
8484
# name: Deploy to EC2
8585
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)