diff --git a/dev-docs/workflows/build-test-run.md b/dev-docs/workflows/build-test-run.md index 78e90eb6b..151d0fed2 100644 --- a/dev-docs/workflows/build-test-run.md +++ b/dev-docs/workflows/build-test-run.md @@ -41,7 +41,7 @@ bazel run //:devbuild Overwrite the default container_prefix in the `.bazeloverwriterc` in the root of the workspace: ```bazel # cat .bazeloverwriterc -build --container_prefix=ghcr.io/USERNAME +build --container_prefix=ghcr.io/USERNAME/constellation ``` Bazel build: