Files
cephrgw-operator/.woodpecker/docker.yaml
T
unkin-agent 5f0b9f53ad
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci: use CA-baked plugin-docker-buildx image for artifactapi push
2026-08-15 18:03:55 +10:00

15 lines
403 B
YAML

when:
- event: tag
ref: refs/tags/v*
steps:
- name: docker-operator
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest
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