woodpecker: add plugin-docker-buildx CI ServiceAccount
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

The unkin/plugin-docker-buildx repo's release pipeline runs a buildah step under
serviceAccountName plugin-docker-buildx to build+push the CA-baked buildx plugin
image to artifactapi's docker-internal registry.
This commit is contained in:
2026-08-15 16:22:05 +10:00
parent 40ba1730de
commit 8ac428560e
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ resources:
- serviceaccount_autobackup_operator_ci.yaml
- serviceaccount_ghp.yaml
- serviceaccount_kea_operator_ci.yaml
- serviceaccount_plugin_docker_buildx.yaml
- serviceaccount_jellyfin_ha_src.yaml
- serviceaccount_terraform_artifactapi.yaml
- serviceaccount_terraform_authentik.yaml
@@ -0,0 +1,6 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: plugin-docker-buildx
namespace: woodpecker