disable cache for rc build

This commit is contained in:
Stefan Allius
2025-04-13 20:29:27 +02:00
parent 86d9fc8c8f
commit 9cff581792

View File

@@ -90,6 +90,7 @@ target "preview" {
target "rc" {
inherits = ["_common", "_prod"]
tags = ["${IMAGE}:rc", "${IMAGE}:${VERSION}"]
no-cache = true
}
target "rel" {