ci: update bake-action to v6 (#493)

This commit is contained in:
CrazyMax
2025-03-30 13:08:41 +02:00
committed by GitHub
parent 73c477b761
commit 9c156ee8a1
4 changed files with 19 additions and 12 deletions
+8
View File
@@ -1,3 +1,9 @@
target "_common" {
args = {
BUILDKIT_CONTEXT_KEEP_GIT_DIR = 1
}
}
group "default" {
targets = ["build"]
}
@@ -17,6 +23,7 @@ target "build" {
}
target "build-validate" {
inherits = ["_common"]
dockerfile = "dev.Dockerfile"
target = "build-validate"
output = ["type=cacheonly"]
@@ -41,6 +48,7 @@ target "vendor" {
}
target "vendor-validate" {
inherits = ["_common"]
dockerfile = "dev.Dockerfile"
target = "vendor-validate"
output = ["type=cacheonly"]