From d44726c0f3db007dadd4b9756e5f231a2c615261 Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:28:35 +0200 Subject: [PATCH] S allius/issue167 (#172) * cleanup --- app/docker-bake.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/docker-bake.hcl b/app/docker-bake.hcl index dbd90de..b6d58d9 100644 --- a/app/docker-bake.hcl +++ b/app/docker-bake.hcl @@ -47,7 +47,7 @@ target "_common" { "org.opencontainers.image.description" = "${DESCRIPTION}" "org.opencontainers.image.licenses" = "BSD-3-Clause" "org.opencontainers.image.source" = "https://github.com/s-allius/tsun-gen3-proxy" -} + } output = [ "type=image,push=true" ] @@ -88,7 +88,6 @@ target "rc" { target "rel" { inherits = ["_common", "_prod"] - tags = ["${IMAGE}:latest", "${IMAGE}:${MAJOR}", "${IMAGE}:${VERSION}"] no-cache = true }