Compare commits

..

2 Commits

Author SHA1 Message Date
b013e10814 fix: Chef cook uses wrong toolchain
Some checks failed
Build and deploy / build (push) Failing after 1m1s
Build and deploy / Deploy container (push) Has been skipped
This adds a toolchain setup step to the base image so we do not have to
do it multiple times
2025-11-17 05:26:44 +01:00
d5d236d52b chore: Upgraded to new workflow 2025-11-17 05:26:44 +01:00

View File

@@ -8,7 +8,7 @@ group "default" {
target "docker-metadata-action" {} target "docker-metadata-action" {}
target "automation" { target "automation" {
inherits = ["docker-metadata-action"] inherits = ["docker-metadata-action", "common"]
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}"]