docs: align container_prefix suggestion

This commit is contained in:
Leonard Cohnen 2023-04-27 11:56:15 +02:00 committed by 3u13r
parent 074844d0cb
commit f3dc37293f

View file

@ -41,7 +41,7 @@ bazel run //:devbuild
Overwrite the default container_prefix in the `.bazeloverwriterc` in the root of the workspace: Overwrite the default container_prefix in the `.bazeloverwriterc` in the root of the workspace:
```bazel ```bazel
# cat .bazeloverwriterc # cat .bazeloverwriterc
build --container_prefix=ghcr.io/USERNAME build --container_prefix=ghcr.io/USERNAME/constellation
``` ```
Bazel build: Bazel build: