Skip to content

Commit

Permalink
#57 switch to public ecr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Oct 31, 2023
1 parent c8ae0e0 commit b3436bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ parse_flags() {

build() {

docker_tag="--tag $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$image_tag"
docker_tag="--tag public.ecr.aws/$image_tag"

if [[ "$PUSH_TO_DOCKERHUB" == "true" ]]; then
docker_tag+=" --tag docker.io/$image_tag"
Expand Down

0 comments on commit b3436bf

Please sign in to comment.