job-hunter: image base forgejo registry -> ghcr (ADR-0002)
All checks were successful
ci/woodpecker/push/default Pipeline was successful
ci/woodpecker/push/build-cli Pipeline was successful

CronJobs track :latest via the TF literal (unlike the ignore_changes'd
deployment), so they kept pulling the dead Forgejo image after the
GHA/ghcr cutover — repoint the stack's image base.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-06-12 23:06:54 +00:00
parent 51682ee939
commit 54dfaf6edc

View file

@ -9,7 +9,7 @@ variable "postgresql_host" { type = string }
locals {
namespace = "job-hunter"
# Phase 3 cutover 2026-05-07 see infra/docs/plans/2026-05-07-forgejo-registry-consolidation-plan.md.
image = "forgejo.viktorbarzin.me/viktor/job-hunter:${var.image_tag}"
image = "ghcr.io/viktorbarzin/job-hunter:${var.image_tag}"
labels = {
app = "job-hunter"
}