ci: push images to artifactapi registry instead of gitea
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/pre-commit 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. Also updates the README push note.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
This commit is contained in:
2026-07-30 00:34:59 +10:00
parent 343d60cfcf
commit d3b022d646
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ steps:
- name: docker-build-operator - name: docker-build-operator
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
repo: git.unkin.net/unkin/cephrgw-operator repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/cephrgw-operator
dockerfile: Dockerfile.operator dockerfile: Dockerfile.operator
dry_run: true dry_run: true
+2 -5
View File
@@ -6,12 +6,9 @@ steps:
- name: docker-operator - name: docker-operator
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
settings: settings:
registry: git.unkin.net registry: artifactapi.k8s.syd1.au.unkin.net
repo: git.unkin.net/unkin/cephrgw-operator repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/cephrgw-operator
dockerfile: Dockerfile.operator dockerfile: Dockerfile.operator
username: droneci
password:
from_secret: DRONECI_PASSWORD
tags: tags:
- ${CI_COMMIT_TAG} - ${CI_COMMIT_TAG}
- latest - latest
+2 -1
View File
@@ -177,7 +177,8 @@ kubectl apply -f hack/kind/manifests/ # edit the Secret first
Woodpecker runs `pre-commit` (gofmt + vet), `test`, and a dry-run image `build` Woodpecker runs `pre-commit` (gofmt + vet), `test`, and a dry-run image `build`
on pull requests; pushing a `v*` tag builds and pushes on pull requests; pushing a `v*` tag builds and pushes
`git.unkin.net/unkin/cephrgw-operator` to the Gitea registry. Bump a release `artifactapi.k8s.syd1.au.unkin.net/docker-internal/cephrgw-operator` to the
artifactapi local docker registry. Bump a release
with `make patch|minor|major`. with `make patch|minor|major`.
## Notes & caveats ## Notes & caveats