mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-24 03:18:33 +01:00
added woodpecker workflow
This commit is contained in:
parent
249b14c27e
commit
9eafa329d9
1 changed files with 12 additions and 0 deletions
12
.woodpecker/main.yml
Normal file
12
.woodpecker/main.yml
Normal 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"
|
Loading…
Reference in a new issue