allow woodpecker to publish docker images
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
This commit is contained in:
@@ -50,6 +50,7 @@ spec:
|
|||||||
WOODPECKER_OPEN: "true"
|
WOODPECKER_OPEN: "true"
|
||||||
# Make lumpiasty admin
|
# Make lumpiasty admin
|
||||||
WOODPECKER_ADMIN: GiteaAdmin
|
WOODPECKER_ADMIN: GiteaAdmin
|
||||||
|
WOODPECKER_PLUGINS_PRIVILEGED: woodpeckerci/plugin-docker-buildx
|
||||||
|
|
||||||
createAgentSecret: true
|
createAgentSecret: true
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
path "secret/data/renovate" {
|
path "secret/data/renovate" {
|
||||||
capabilities = ["read"]
|
capabilities = ["read"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
path "secret/data/container-registry" {
|
||||||
|
capabilities = ["read"]
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user