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 cc36c3d commit 838e8d4Copy full SHA for 838e8d4
scripts/build-and-push-images.sh
@@ -12,7 +12,7 @@ fi
12
13
version="$(make -s -f "${makefile_path}" version)"
14
platforms="linux/amd64"
15
-image_repository="${KO_DOCKER_REPO}"
+image_repository="${KO_DOCKER_REPO:-}"
16
goproxy="direct|https://proxy.golang.org"
17
18
usage=$(cat << EOM
scripts/sync-readme-to-ecr-public.sh
@@ -11,7 +11,7 @@ if ! command -v jq; then
11
fi
region="${AWS_REGION:-us-east-1}"
-repo_root="${KO_DOCKER_REPO}"
+repo_root="${KO_DOCKER_REPO:-}"
0 commit comments