ci: use CA-baked plugin-docker-buildx image for artifactapi push
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

Buildkit in the upstream woodpeckerci/plugin-docker-buildx image does not trust the artifactapi internal Vault CA, so pushes to docker-internal fail on TLS.

- Switch the docker.yaml push step to the CA-baked custom plugin image
- Switch the build.yaml PR dry-run step to the same custom image
This commit is contained in:
unkin-agent
2026-08-15 18:03:47 +10:00
parent 1ddaf14d57
commit 9e65bf7c9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ when:
steps: steps:
- name: docker-build - name: docker-build
image: woodpeckerci/plugin-docker-buildx image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest
settings: settings:
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/autobackup-operator repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/autobackup-operator
dockerfile: Dockerfile.operator dockerfile: Dockerfile.operator
+1 -1
View File
@@ -6,7 +6,7 @@ steps:
# No push credentials: the in-cluster runner has push access to the artifactapi # No push credentials: the in-cluster runner has push access to the artifactapi
# docker-internal registry (same credential-less pattern as jellyfin-ha). # docker-internal registry (same credential-less pattern as jellyfin-ha).
- name: docker - name: docker
image: woodpeckerci/plugin-docker-buildx image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latest
settings: settings:
registry: artifactapi.k8s.syd1.au.unkin.net registry: artifactapi.k8s.syd1.au.unkin.net
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/autobackup-operator repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/autobackup-operator