Fix 'make images'

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2020-05-06 14:21:33 +01:00
parent 1d6ecc9cf8
commit 75219aefcf
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"],