ci: push images to artifactapi registry instead of gitea #3

Merged
benvin merged 1 commits from benvin/push-artifactapi into main 2026-07-30 20:56:26 +10:00
Owner

Why

Hard switch of this repo's container image push from the Gitea registry to the artifactapi local docker registry. The Gitea VM and its embedded registry are being retired, so images must publish to artifactapi's real Registry V2 instead; Ben chose a hard switch over dual-push.

Changes

  • Point the .woodpecker/docker.yaml push target at artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi.
  • Drop the droneci/DRONECI_PASSWORD creds — artifactapi accepts unauthenticated in-cluster pushes.
  • Repoint the PR dry-run build in .woodpecker/build.yaml to the same path.
  • Update the README image path. Does not touch the encapi-cli RPM publishing.

Takes effect on the next v* tag — the docker pipeline only runs on tags.

https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv

## Why Hard switch of this repo's container image push from the Gitea registry to the artifactapi local docker registry. The Gitea VM and its embedded registry are being retired, so images must publish to artifactapi's real Registry V2 instead; Ben chose a hard switch over dual-push. ## Changes - Point the `.woodpecker/docker.yaml` push target at `artifactapi.k8s.syd1.au.unkin.net/docker-internal/encapi`. - Drop the `droneci`/`DRONECI_PASSWORD` creds — artifactapi accepts unauthenticated in-cluster pushes. - Repoint the PR dry-run build in `.woodpecker/build.yaml` to the same path. - Update the README image path. Does not touch the encapi-cli RPM publishing. Takes effect on the next `v*` tag — the docker pipeline only runs on tags. https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
unkinben added 1 commit 2026-07-30 00:37:07 +10:00
ci: push images to artifactapi registry instead of gitea
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
4d8ec0f54c
Hard switch of the docker push target from the Gitea registry to the
artifactapi local docker registry (docker-internal); the Gitea VM and its
registry are being retired. Drops the droneci/DRONECI_PASSWORD creds since
artifactapi accepts unauthenticated in-cluster pushes. Also updates the README image path.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
benvin merged commit 17f043d856 into main 2026-07-30 20:56:26 +10:00
benvin deleted branch benvin/push-artifactapi 2026-07-30 20:56:26 +10:00
Sign in to join this conversation.