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

Open
unkinben wants to merge 2 commits from benvin/push-artifactapi into main

2 Commits

Author SHA1 Message Date
unkinben b73309c1c7 revert Dockerfile FROM to gitea agent-base; keep push-target switch
ci/woodpecker/pr/build Pipeline failed
The buildkit builder in the k8s runner cannot pull FROM the artifactapi
registry (internal CA is not trusted). Keep the base-image FROM on gitea;
only the push target moves to artifactapi.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-30 00:50:55 +10:00
unkinben af44fe498f ci: push images to artifactapi registry instead of gitea
ci/woodpecker/pr/build Pipeline failed
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 repoints the Dockerfile FROM agent-base base image.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-30 00:34:59 +10:00