Phase 4: Forgejo only push (drop DockerHub from build pipeline)
This commit is contained in:
parent
377e89ead5
commit
1fa6c2031e
1 changed files with 4 additions and 12 deletions
|
|
@ -24,21 +24,13 @@ steps:
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
settings:
|
settings:
|
||||||
# Dual-push during the Forgejo registry consolidation bake. DockerHub
|
# Phase 4 of forgejo-registry-consolidation 2026-05-07 — Forgejo only.
|
||||||
# stays as the canonical pull target until Phase 3 flips
|
# The DockerHub mirror stays as the public-facing release target via
|
||||||
# infra/stacks/claude-memory/main.tf to Forgejo. The GHA build (CI)
|
# the GitHub `release.yml` workflow (still enabled), but the cluster
|
||||||
# workflow is .disabled until rollback — see
|
# pulls from Forgejo (infra/stacks/claude-memory/main.tf flipped 2026-05-07).
|
||||||
# docs/plans/2026-05-07-forgejo-registry-consolidation-plan.md
|
|
||||||
# § "Risk register".
|
|
||||||
repo:
|
repo:
|
||||||
- viktorbarzin/claude-memory-mcp
|
|
||||||
- forgejo.viktorbarzin.me/viktor/claude-memory-mcp
|
- forgejo.viktorbarzin.me/viktor/claude-memory-mcp
|
||||||
logins:
|
logins:
|
||||||
- registry: docker.io
|
|
||||||
username:
|
|
||||||
from_secret: dockerhub_username
|
|
||||||
password:
|
|
||||||
from_secret: dockerhub_token
|
|
||||||
- registry: forgejo.viktorbarzin.me
|
- registry: forgejo.viktorbarzin.me
|
||||||
username:
|
username:
|
||||||
from_secret: forgejo_user
|
from_secret: forgejo_user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue