ci: push images to artifactapi registry instead of gitea
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

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.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
This commit is contained in:
2026-07-30 00:34:58 +10:00
parent 380d9d6e95
commit 9ab9190215
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ steps:
- name: docker-build
image: woodpeckerci/plugin-docker-buildx
settings:
repo: git.unkin.net/unkin/age-api
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/age-api
dry_run: true
+2 -5
View File
@@ -6,11 +6,8 @@ steps:
- name: docker
image: woodpeckerci/plugin-docker-buildx
settings:
registry: git.unkin.net
repo: git.unkin.net/unkin/age-api
username: droneci
password:
from_secret: DRONECI_PASSWORD
registry: artifactapi.k8s.syd1.au.unkin.net
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/age-api
tags:
- ${CI_COMMIT_TAG}
- latest