Fix rel build (#368)

* fix rel build run

* disable cache for rc build

* bump python version to 3.12.10-r0
This commit is contained in:
Stefan Allius
2025-04-13 20:35:21 +02:00
committed by GitHub
parent 83a723c959
commit fe250d478a
2 changed files with 2 additions and 1 deletions

View File

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