diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000000..37235d1128 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,15 @@ +pipeline: + nulo-container: + image: docker.io/woodpeckerci/plugin-docker-buildx + settings: + repo: gitea.nulo.in/nulo/forgejo + tag: v1.20.5-1 + registry: https://gitea.nulo.in + username: Nulo + password: + from_secret: registry_secret + secrets: [REGISTRY_SECRET] + when: + branch: "nulo/release/v1.20" + event: "push" +