2023-07-21 00:02:05 -05:00
|
|
|
steps:
|
|
|
|
build:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
secrets: [docker_username, docker_password]
|
|
|
|
settings:
|
2023-07-21 00:07:19 -05:00
|
|
|
repo: seriousbug/docker-plex-amd
|
|
|
|
registry: https://gitea.bgenc.net
|
|
|
|
password: ${{ secrets.docker_password }}
|
2023-07-21 00:02:05 -05:00
|
|
|
dockerfile: Dockerfile
|
|
|
|
platforms: linux/amd64
|
|
|
|
tag: latest
|
|
|
|
when:
|
|
|
|
event:
|
|
|
|
- manual
|
|
|
|
- push
|
|
|
|
- cron
|
|
|
|
branch: main
|