Add woodpecker

This commit is contained in:
Kaan Barmore-Genç 2023-07-21 00:02:05 -05:00
parent 8c9a441fcc
commit 51d5427e10
Signed by: kaan
GPG key ID: B2E280771CD62FCF

15
.woodpecker.yml Normal file
View file

@ -0,0 +1,15 @@
steps:
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: seriousbug/plex-amd
dockerfile: Dockerfile
platforms: linux/amd64
tag: latest
when:
event:
- manual
- push
- cron
branch: main