docker-plex-amd/.woodpecker.yml
Kaan Barmore-Genç 2eb6ee5858
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Sigh I meant to leave that out
2023-07-21 00:10:36 -05:00

17 lines
367 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: main