Skip to content
Merged
Show file tree
Hide file tree
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-7d131c2 at /usr/local/bin/burndown.
# ghcr.io/falkcorp/burndown-runner-image:ob-1680f86 at /usr/local/bin/burndown.
# Config is driven entirely by environment variables — no config.yaml needed.

name: Burndown (reusable)
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-7d131c2
image: ghcr.io/falkcorp/burndown-runner-image:ob-1680f86
credentials:
username: ${{ github.actor }}
password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 45
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-7d131c2
image: ghcr.io/falkcorp/burndown-runner-image:ob-1680f86
credentials:
username: ${{ github.actor }}
password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-7d131c2
image: ghcr.io/falkcorp/burndown-runner-image:ob-1680f86
credentials:
username: ${{ github.actor }}
password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-7d131c2
image: ghcr.io/falkcorp/burndown-runner-image:ob-1680f86
credentials:
username: ${{ github.actor }}
password: ${{ secrets.JF_CI_GH_PAT || secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-triage-poll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: ghcr.io/falkcorp/burndown-runner-image:ob-7d131c2
image: ghcr.io/falkcorp/burndown-runner-image:ob-1680f86
steps:
- name: Materialize App key
env:
Expand Down
Loading