chore(reusable): bump reviewer image to sha-bb98fae (opencode-capable)
Build & push image / build-and-push (push) Successful in 5s

sha-bb98fae is the image built from the PR #26 merge, so it bundles the opencode
CLI and can run the new opencode/<model> engine. Consumers pinned to the gadfly
ref of this commit inherit it. Previous pin (sha-f468fe6) predated opencode.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
2026-07-18 01:56:17 -04:00
co-authored by Claude Opus 4.8
parent bb98fae5f0
commit 0d51879450
+5 -5
View File
@@ -99,11 +99,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout_minutes }}
steps:
# sha-3095ebf predated the Gitea >= 1.27 workflow_call reclassification
# (entrypoint.sh, added in 9d74cb9) — so the dogfood self-review skipped every
# PR with "event 'workflow_call' not handled". Bumped to sha-f468fe6 (current
# main HEAD) which contains that fix. Bump per Gadfly release.
- uses: docker://gitea.stevedudenhoeffer.com/steve/gadfly:sha-f468fe6
# Pin the reviewer image to an immutable sha (act_runner caches :latest, so a
# moved :latest is often NOT re-pulled). sha-bb98fae bundles the opencode CLI
# (PR #26, the `opencode/<model>` engine) and includes the Gitea >= 1.27
# workflow_call reclassification. Bump per Gadfly release.
- uses: docker://gitea.stevedudenhoeffer.com/steve/gadfly:sha-bb98fae
env:
# --- event context (from the CALLER's github.*) -------------------
GITEA_API: ${{ github.server_url }}/api/v1/repos/${{ github.repository }}