feat: add woodpeckerci/plugin-docker-buildx to WOODPECKER_PLUGINS_PRIVILEGED
Plugin is no longer privileged by default in Woodpecker; explicitly list both the standard and latest-insecure variants.
This commit is contained in:
@@ -26,7 +26,7 @@ server:
|
||||
WOODPECKER_OPEN: "true"
|
||||
WOODPECKER_ADMIN: "unkinben"
|
||||
WOODPECKER_DISABLE_USER_AGENT_REGISTRATION: "true"
|
||||
WOODPECKER_PLUGINS_PRIVILEGED: "woodpeckerci/plugin-docker-buildx:latest-insecure"
|
||||
WOODPECKER_PLUGINS_PRIVILEGED: "woodpeckerci/plugin-docker-buildx,woodpeckerci/plugin-docker-buildx:latest-insecure"
|
||||
extraSecretNamesForEnvFrom:
|
||||
- woodpecker-gitea
|
||||
- woodpecker-postgres-credentials
|
||||
|
||||
Reference in New Issue
Block a user