Compare commits

..

2 Commits

Author SHA1 Message Date
067477431b fix: Chef cook uses wrong toolchain
All checks were successful
Build and deploy / build (push) Successful in 12m12s
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:28:22 +01:00
31d89b82be chore: Upgraded to new workflow 2025-11-17 05:28:22 +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", "common"] inherits = ["docker-metadata-action"]
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}"]