diff --git a/.forgejo/workflows/build-container.yaml b/.forgejo/workflows/build-container.yaml index 8ccf48f..59291f0 100644 --- a/.forgejo/workflows/build-container.yaml +++ b/.forgejo/workflows/build-container.yaml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: docker + runs-on: k8s steps: - name: Parse tag id: parse diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 0f274ef..8ec4ee1 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -2,3 +2,4 @@ self-hosted-runner: labels: - ubuntu-latest - docker + - k8s diff --git a/argocd/manifests/forgejo-runner/secret.yaml.tpl b/argocd/manifests/forgejo-runner/secret.yaml.tpl index d1a61fd..e9c1ca5 100644 --- a/argocd/manifests/forgejo-runner/secret.yaml.tpl +++ b/argocd/manifests/forgejo-runner/secret.yaml.tpl @@ -13,5 +13,5 @@ type: Opaque stringData: FORGEJO_URL: "https://forge.ops.eblu.me" RUNNER_NAME: "k8s-runner" - RUNNER_LABELS: "docker:docker://registry.ops.eblu.me/blumeops/forgejo-runner:v2.1.3" + RUNNER_LABELS: "k8s:docker://registry.ops.eblu.me/blumeops/forgejo-runner:v2.1.3" RUNNER_TOKEN: "{{ op://vg6xf6vvfmoh5hqjjhlhbeoaie/w3663ffnvkewbftncqxtcpeavy/runner_reg }}"