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
2 changed files with 1 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@c50a935d1f1745f8c2775e828e57fc486048188c
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@a302fa5a1ce1ac580039fa1ef306a9fd80f698e7
secrets: inherit
with:
push_manifests: false

View File

@@ -7,24 +7,6 @@ group "default" {
target "docker-metadata-action" {}
# TODO: Auto include this from the workflow
target "common" {
cache-from = [
{
type = "gha"
}
]
cache-to = [
{
type = "gha"
mode = "max"
}
]
args = {
RELEASE_VERSION = "${RELEASE_VERSION}"
}
}
target "automation" {
inherits = ["docker-metadata-action", "common"]
context = "./"