S allius/issue167 (#172)

* cleanup
This commit is contained in:
Stefan Allius
2024-08-25 23:28:35 +02:00
committed by GitHub
parent 1985557bce
commit d44726c0f3

View File

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