Skip to content

Commit 60bad5a

Browse files
committed
final docker image push to ecr
1 parent 17b3766 commit 60bad5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ jobs:
5353
IMAGE_TAG: latest
5454
run: |
5555
# Build a docker container and
56-
# push it to ECR so that it can be
57-
# deployed to ECS.
56+
# push it to ECR so that it can
57+
# be deployed to ECS.
5858
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
59-
docker push $ECR_REGISTORY/$ECR_REPOSITORY:$IMAGE_TAGE
59+
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
6060
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
61+
6162

0 commit comments

Comments
 (0)