Phase 1: dual-push to Forgejo registry during consolidation bake
Adds forgejo.viktorbarzin.me/viktor/payslip-ingest as a second push target alongside the existing registry.viktorbarzin.me/payslip-ingest. Phase 4 drops the registry.viktorbarzin.me line after the bake. Plan: github.com/ViktorBarzin/infra docs/plans/2026-05-07-forgejo- registry-consolidation-plan.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
3a62a38069
commit
f646fe0207
1 changed files with 8 additions and 0 deletions
|
|
@ -15,13 +15,21 @@ steps:
|
||||||
username: "viktorbarzin"
|
username: "viktorbarzin"
|
||||||
password:
|
password:
|
||||||
from_secret: dockerhub-pat
|
from_secret: dockerhub-pat
|
||||||
|
# Dual-push during the Forgejo registry consolidation bake. After
|
||||||
|
# ≥14 days clean, registry.viktorbarzin.me drops out (Phase 4).
|
||||||
repo:
|
repo:
|
||||||
- registry.viktorbarzin.me/payslip-ingest
|
- registry.viktorbarzin.me/payslip-ingest
|
||||||
|
- forgejo.viktorbarzin.me/viktor/payslip-ingest
|
||||||
logins:
|
logins:
|
||||||
- registry: registry.viktorbarzin.me
|
- registry: registry.viktorbarzin.me
|
||||||
username: viktorbarzin
|
username: viktorbarzin
|
||||||
password:
|
password:
|
||||||
from_secret: registry-password
|
from_secret: registry-password
|
||||||
|
- registry: forgejo.viktorbarzin.me
|
||||||
|
username:
|
||||||
|
from_secret: forgejo_user
|
||||||
|
password:
|
||||||
|
from_secret: forgejo_push_token
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: .
|
context: .
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue