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
This commit is contained in:
2026-07-30 00:34:59 +10:00
parent b2b609c27c
commit b5399343cd
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM git.unkin.net/unkin/agent-base:latest
FROM artifactapi.k8s.syd1.au.unkin.net/docker-internal/agent-base:latest
USER root