docker-plex-amd/.woodpecker.yml
Kaan Barmore-Genç fd3576ad14
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed
Ooh the branch is called master doh
2023-07-21 00:12:38 -05:00

17 lines
369 B
YAML

steps:
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: seriousbug/docker-plex-amd
registry: https://gitea.bgenc.net
dockerfile: Dockerfile
platforms: linux/amd64
tag: latest
when:
event:
- manual
- push
- cron
branch: master