From 9f2b5b2974ea570b3ffecb3bdbfba9c6baef09e0 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 10 Feb 2026 21:16:37 -0800 Subject: [PATCH] Revert to docker build and bump runner label to v2.5.1 Temporarily revert to legacy `docker build` to bootstrap the forgejo-runner v2.5.1 image (which includes buildx). Also update the runner label to use v2.5.1 so subsequent builds use the new image. Co-Authored-By: Claude Opus 4.6 --- .forgejo/actions/build-push-image/action.yaml | 2 +- argocd/manifests/forgejo-runner/external-secret.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/actions/build-push-image/action.yaml b/.forgejo/actions/build-push-image/action.yaml index 4060b2e..93b2c11 100644 --- a/.forgejo/actions/build-push-image/action.yaml +++ b/.forgejo/actions/build-push-image/action.yaml @@ -30,7 +30,7 @@ runs: shell: bash run: | echo "Building ${{ inputs.image_name }}:${{ inputs.version }}" - docker buildx build \ + docker build \ --tag ${{ inputs.image_name }}:${{ inputs.version }} \ --file ${{ inputs.context }}/${{ inputs.dockerfile }} \ ${{ inputs.context }} diff --git a/argocd/manifests/forgejo-runner/external-secret.yaml b/argocd/manifests/forgejo-runner/external-secret.yaml index 0b8ae7e..5a20bd0 100644 --- a/argocd/manifests/forgejo-runner/external-secret.yaml +++ b/argocd/manifests/forgejo-runner/external-secret.yaml @@ -25,7 +25,7 @@ spec: data: FORGEJO_URL: "https://forge.ops.eblu.me" RUNNER_NAME: "k8s-runner" - RUNNER_LABELS: "k8s:docker://registry.ops.eblu.me/blumeops/forgejo-runner:v2.5.0" + RUNNER_LABELS: "k8s:docker://registry.ops.eblu.me/blumeops/forgejo-runner:v2.5.1" RUNNER_TOKEN: "{{ .runner_token }}" data: - secretKey: runner_token