We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b3766 commit 60bad5aCopy full SHA for 60bad5a
.github/workflows/main.yml
@@ -53,9 +53,10 @@ jobs:
53
IMAGE_TAG: latest
54
run: |
55
# Build a docker container and
56
- # push it to ECR so that it can be
57
- # deployed to ECS.
+ # push it to ECR so that it can
+ # be deployed to ECS.
58
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
59
- docker push $ECR_REGISTORY/$ECR_REPOSITORY:$IMAGE_TAGE
+ docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
60
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
61
+
62
0 commit comments