Fix 'make images'
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
1d6ecc9cf8
commit
75219aefcf
1
Makefile
1
Makefile
@ -97,6 +97,7 @@ images:
|
||||
APP_VERSION=$(APP_VERSION) \
|
||||
DOCKER_REGISTRY=$(DOCKER_REPO) \
|
||||
bazel run \
|
||||
--stamp \
|
||||
--platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 \
|
||||
//build:server-images
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ multi_arch_container_push(
|
||||
name = "server-images",
|
||||
architectures = SERVER_PLATFORMS["linux"],
|
||||
docker_tags_images = {
|
||||
"{{STABLE_DOCKER_REGISTRY}}/cert-manager-%s-{ARCH}:{{STABLE_DOCKER_TAG}}" % binary: "%s-internal" % binary
|
||||
"{{STABLE_DOCKER_REGISTRY}}/cert-manager-%s-{ARCH}:{{STABLE_DOCKER_TAG}}" % binary: "%s.image" % binary
|
||||
for binary in DOCKERIZED_BINARIES.keys()
|
||||
},
|
||||
tags = ["manual"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user