ci: use CA-baked plugin-docker-buildx image for artifactapi push #17
Reference in New Issue
Block a user
Delete Branch "benvin/buildx-ca-plugin-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace the upstream
woodpeckerci/plugin-docker-buildxplugin image with the CA-baked custom imageartifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latestso buildx trusts the internal CA when pushing/pulling against the artifactapi registry.Changes:
.woodpecker/docker.yaml: use custom image for both push steps (docker-operator-> docker-internal/bind-operator,docker-tsig-api-> docker-internal/bind-tsig-api)..woodpecker/build.yaml: use custom image for both PR dry-run steps (docker-build-operator,docker-build-tsig-api).