diff --git a/Makefile b/Makefile index decdb0e85..939899045 100644 --- a/Makefile +++ b/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 diff --git a/build/BUILD.bazel b/build/BUILD.bazel index 082935fb7..14a14e62f 100644 --- a/build/BUILD.bazel +++ b/build/BUILD.bazel @@ -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"],