Skip to content

Commit 070b25b

Browse files
build args for registry viewer changed to match recent changes to Dockerfile.
Signed-off-by: Michael Valdron <[email protected]>
1 parent 014e536 commit 070b25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_viewer.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
docker build -t registry-viewer . \
1818
--build-arg PROJECT_NAME=registry-viewer \
19-
--build-arg NEXT_PUBLIC_BASE_PATH=/viewer \
20-
--build-arg NEXT_PUBLIC_DEVFILE_REGISTRIES="${NEXT_PUBLIC_DEVFILE_REGISTRIES:-""}" \
19+
--build-arg SITE_URL=${SITE_URL:-"https://registry.stage.devfile.io/viewer"} \
20+
--build-arg NEXT_PUBLIC_BASE_PATH=${NEXT_PUBLIC_BASE_PATH:-"/viewer"} \
2121
--build-arg NEXT_PUBLIC_ANALYTICS_WRITE_KEY=${NEXT_PUBLIC_ANALYTICS_WRITE_KEY:-""}

0 commit comments

Comments
 (0)