Skip to content

Commit

Permalink
Add missing parts of the tag used to push an image to ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Mar 8, 2024
1 parent 73dad91 commit 46c8e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/manual/github-unavailable.html.md
Expand Up @@ -31,7 +31,7 @@ REPO=$(basename "$PWD")
1. Build the container image and tag it appropriately.

```
docker build --platform linux/amd64 -t $IMAGE_TAG .
docker build --platform linux/amd64 -t $REGISTRY/$REPO:$IMAGE_TAG .
```

1. Log into ECR and push the image:
Expand Down

0 comments on commit 46c8e0a

Please sign in to comment.