docker-plex-amd/.woodpecker.yml
Kaan Barmore-Genç 775d5ec976
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
sigh it was the repo
2023-07-22 09:51:35 -05:00

17 lines
363 B
YAML

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