containers/.woodpecker/tor.yml

17 lines
340 B
YAML
Raw Normal View History

2023-03-05 14:04:45 -06:00
pipeline:
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: seriousbug/tor
dockerfile: tor/Dockerfile
platforms: linux/amd64
tag: latest
when:
event:
- manual
- push
- cron
branch: main
path: tor/*