[ci] build-cli: drop registry.viktorbarzin.me:5050 push (decommissioned)

The build-cli pipeline was still pushing to the
registry.viktorbarzin.me:5050/infra path that no longer exists
post Phase 4 — failing with 'error authenticating: exit status 1'
on every infra push. Drop the second repo + login; DockerHub +
Forgejo are the canonical destinations now.
This commit is contained in:
Viktor Barzin 2026-05-08 07:45:32 +00:00
parent a39893bb60
commit 8b0b4e5148

View file

@ -15,22 +15,23 @@ steps:
username: "viktorbarzin" username: "viktorbarzin"
password: password:
from_secret: dockerhub-pat from_secret: dockerhub-pat
# Phase 4 of forgejo-registry-consolidation 2026-05-07 —
# registry.viktorbarzin.me:5050 decommissioned. Push to DockerHub
# (the public-facing infra image) AND Forgejo (the cluster pull
# source). Same image, two locations.
repo: repo:
- viktorbarzin/infra - viktorbarzin/infra
- registry.viktorbarzin.me:5050/infra - forgejo.viktorbarzin.me/viktor/infra
logins: logins:
- registry: https://index.docker.io/v1/ - registry: https://index.docker.io/v1/
username: viktorbarzin username: viktorbarzin
password: password:
from_secret: dockerhub-pat from_secret: dockerhub-pat
# Private registry on :5050 requires htpasswd auth since 2026-03-22. - registry: forgejo.viktorbarzin.me
# Without this, buildx pushes the second repo but blob HEAD comes
# back 401 → pipeline fails → CI false-negative (see bd code-12b).
- registry: registry.viktorbarzin.me:5050
username: username:
from_secret: registry_user from_secret: forgejo_user
password: password:
from_secret: registry_password from_secret: forgejo_push_token
dockerfile: cli/Dockerfile dockerfile: cli/Dockerfile
context: cli context: cli
auto_tag: true auto_tag: true