Skip to content

Commit

Permalink
build args for registry viewer changed to match recent changes to Doc…
Browse files Browse the repository at this point in the history
…kerfile.

Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Oct 28, 2022
1 parent 014e536 commit 92b29fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_viewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

docker build -t registry-viewer . \
--build-arg PROJECT_NAME=registry-viewer \
--build-arg NEXT_PUBLIC_BASE_PATH=/viewer \
--build-arg NEXT_PUBLIC_DEVFILE_REGISTRIES="${NEXT_PUBLIC_DEVFILE_REGISTRIES:-""}" \
--build-arg SITE_URL=${SITE_URL:-""} \
--build-arg NEXT_PUBLIC_BASE_PATH=${NEXT_PUBLIC_BASE_PATH:-"/viewer"} \
--build-arg NEXT_PUBLIC_ANALYTICS_WRITE_KEY=${NEXT_PUBLIC_ANALYTICS_WRITE_KEY:-""}

0 comments on commit 92b29fd

Please sign in to comment.