docker-plex-amd/.woodpecker.yml

17 lines
363 B
YAML
Raw Normal View History

2023-07-21 00:10:36 -05:00
steps:
2023-07-21 00:02:05 -05:00
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
2023-07-22 09:51:35 -05:00
repo: kaan/docker-plex-amd
2023-07-21 00:07:19 -05:00
registry: https://gitea.bgenc.net
2023-07-21 00:02:05 -05:00
dockerfile: Dockerfile
platforms: linux/amd64
tag: latest
when:
event:
- manual
- push
- cron
2023-07-21 00:12:38 -05:00
branch: master