Files
container-agent-base/.woodpecker/build.yaml
T
unkin-agent 7f5a52a2a6
ci/woodpecker/pr/build Pipeline was successful
ci: use CA-baked plugin-docker-buildx image for artifactapi push
The upstream woodpeckerci/plugin-docker-buildx image does not trust the
internal CA, so pushes/pulls against artifactapi over TLS fail. Swap both
the PR dry-run build step and the tag push step to the CA-baked custom
image published at docker-internal/plugin-docker-buildx:latest.
2026-08-15 18:03:57 +10:00

10 lines
257 B
YAML

when:
- event: pull_request
steps:
- name: docker-build
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest
settings:
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/agent-base
dry_run: true