bazel: allow custom container_prefix (#1693)

* build: allow custom container registry

* build: fix .bazeloverwriterc import
This commit is contained in:
3u13r 2023-04-27 11:52:02 +02:00 committed by GitHub
parent 12216ea997
commit 1bdf410b52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 192 additions and 257 deletions

View file

@ -24,9 +24,7 @@ go_library(
image_name = container["image_name"],
oci = container["oci"],
package = "imageversion",
prefix = container["prefix"],
registry = container["registry"],
tag_file = container["tag_file"],
repotag_file = container["repotag_file"],
visibility = ["//cli:__subpackages__"],
)
for container in helm_containers()