[job-hunter] Pin to first built image tag 9c42eac9

Locally-built image pushed to registry.viktorbarzin.me/job-hunter:9c42eac9
after Woodpecker v3.13 Forgejo webhook parsing bug left CI unable to build
the initial image (server/forge/forgejo/helper.go:57 nil pointer panic on
parse — see repaired webhooks still not triggering pipelines).

Unblocks code-97n (TF apply) without waiting for CI recovery.

Refs: code-snp, code-0c6

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-04-19 17:48:16 +00:00
parent 42961a5f58
commit fec0bbb7dd

View file

@ -18,6 +18,8 @@ dependency "external-secrets" {
}
inputs = {
# Bump on every deploy 8-char git SHA from the CI build.
image_tag = "latest"
# 8-char SHA from the Forgejo commit viktor/job-hunter@9c42eac9
# (first image built locally + pushed 2026-04-19 due to a Woodpecker
# v3.13 Forgejo webhook bug; bump on every deploy once CI recovers).
image_tag = "9c42eac9"
}