From 017a5f828b4d936231d4d60405554af4ac5e1982 Mon Sep 17 00:00:00 2001 From: falkcorp-ci-bot Date: Wed, 10 Jun 2026 13:50:30 +0000 Subject: [PATCH] chore: update burndown-runner-image to ob-18f0014 --- .github/workflows/reusable-burndown.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reusable-burndown.yml b/.github/workflows/reusable-burndown.yml index aa4616ed..649deb5c 100644 --- a/.github/workflows/reusable-burndown.yml +++ b/.github/workflows/reusable-burndown.yml @@ -14,7 +14,7 @@ # Exits early if none found. Otherwise: triage → dispatch (matrix) → aggregate. # # The burndown binary is pre-baked into -# ghcr.io/falkcorp/burndown-runner-image:ob-77dfdfa at /usr/local/bin/burndown. +# ghcr.io/falkcorp/burndown-runner-image:ob-18f0014 at /usr/local/bin/burndown. # Config is driven entirely by environment variables — no config.yaml needed. name: Burndown (reusable) @@ -253,7 +253,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 container: - image: ghcr.io/falkcorp/burndown-runner-image:ob-77dfdfa + image: ghcr.io/falkcorp/burndown-runner-image:ob-18f0014 credentials: username: ${{ github.actor }} password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }} @@ -336,7 +336,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 45 container: - image: ghcr.io/falkcorp/burndown-runner-image:ob-77dfdfa + image: ghcr.io/falkcorp/burndown-runner-image:ob-18f0014 credentials: username: ${{ github.actor }} password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }} @@ -412,7 +412,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: - image: ghcr.io/falkcorp/burndown-runner-image:ob-77dfdfa + image: ghcr.io/falkcorp/burndown-runner-image:ob-18f0014 credentials: username: ${{ github.actor }} password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }} @@ -481,7 +481,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 container: - image: ghcr.io/falkcorp/burndown-runner-image:ob-77dfdfa + image: ghcr.io/falkcorp/burndown-runner-image:ob-18f0014 credentials: username: ${{ github.actor }} password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}