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:
```bazel
# cat .bazeloverwriterc
build --container_prefix=ghcr.io/USERNAME
build --container_prefix=ghcr.io/USERNAME/constellation
```
Bazel build: