added woodpecker workflow

This commit is contained in:
Ell 2023-07-17 18:50:55 +02:00
parent 249b14c27e
commit 9eafa329d9

12
.woodpecker/main.yml Normal file
View file

@ -0,0 +1,12 @@
steps:
publish-nextcloud-upload:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: ellpeck/woodpecker-nextcloud-upload
dockerfile: nextcloud-upload/Dockerfile
platforms: windows/amd64,darwin/amd64,darwin/arm64,freebsd/amd64,linux/amd64,linux/arm64/v8
tags: latest,$CI_COMMIT_SHA
when:
branch: main
event: push
path: "nextcloud-upload"