Compare commits

2 Commits

Author SHA1 Message Date
8c6adae3ae fix: Chef cook uses wrong toolchain
All checks were successful
Build and deploy / build (push) Successful in 10m28s
Build and deploy / Deploy container (push) Successful in 40s
This adds a toolchain setup step to the base image so we do not have to
do it multiple times
2025-11-20 04:44:25 +01:00
2158bde1c2 chore: Upgraded to new workflow 2025-11-20 04:44:25 +01:00

View File

@@ -12,4 +12,7 @@ target "automation" {
context = "./" context = "./"
dockerfile = "Dockerfile" dockerfile = "Dockerfile"
tags = [for tag in target.docker-metadata-action.tags : "${TAG_BASE}:${tag}"] tags = [for tag in target.docker-metadata-action.tags : "${TAG_BASE}:${tag}"]
args = {
RELEASE_VERSION="${RELEASE_VERSION}"
}
} }