d3b022d646
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
15 lines
359 B
YAML
15 lines
359 B
YAML
when:
|
|
- event: tag
|
|
ref: refs/tags/v*
|
|
|
|
steps:
|
|
- name: docker-operator
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
registry: artifactapi.k8s.syd1.au.unkin.net
|
|
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/cephrgw-operator
|
|
dockerfile: Dockerfile.operator
|
|
tags:
|
|
- ${CI_COMMIT_TAG}
|
|
- latest
|