@@ -47,7 +47,7 @@ target "_common" {
|
|||||||
"org.opencontainers.image.description" = "${DESCRIPTION}"
|
"org.opencontainers.image.description" = "${DESCRIPTION}"
|
||||||
"org.opencontainers.image.licenses" = "BSD-3-Clause"
|
"org.opencontainers.image.licenses" = "BSD-3-Clause"
|
||||||
"org.opencontainers.image.source" = "https://github.com/s-allius/tsun-gen3-proxy"
|
"org.opencontainers.image.source" = "https://github.com/s-allius/tsun-gen3-proxy"
|
||||||
}
|
}
|
||||||
output = [
|
output = [
|
||||||
"type=image,push=true"
|
"type=image,push=true"
|
||||||
]
|
]
|
||||||
@@ -88,7 +88,6 @@ target "rc" {
|
|||||||
|
|
||||||
target "rel" {
|
target "rel" {
|
||||||
inherits = ["_common", "_prod"]
|
inherits = ["_common", "_prod"]
|
||||||
|
|
||||||
tags = ["${IMAGE}:latest", "${IMAGE}:${MAJOR}", "${IMAGE}:${VERSION}"]
|
tags = ["${IMAGE}:latest", "${IMAGE}:${MAJOR}", "${IMAGE}:${VERSION}"]
|
||||||
no-cache = true
|
no-cache = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user