Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/reusable-burndown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-18f0014 at /usr/local/bin/burndown.
# ghcr.io/falkcorp/burndown-runner-image:ob-41d8d62 at /usr/local/bin/burndown.
# Config is driven entirely by environment variables — no config.yaml needed.

name: Burndown (reusable)
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-18f0014
image: ghcr.io/falkcorp/burndown-runner-image:ob-41d8d62
credentials:
username: ${{ github.actor }}
password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-18f0014
image: ghcr.io/falkcorp/burndown-runner-image:ob-41d8d62
credentials:
username: ${{ github.actor }}
password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-18f0014
image: ghcr.io/falkcorp/burndown-runner-image:ob-41d8d62
credentials:
username: ${{ github.actor }}
password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-18f0014
image: ghcr.io/falkcorp/burndown-runner-image:ob-41d8d62
credentials:
username: ${{ github.actor }}
password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}
Expand Down
Loading