containers/.woodpecker/tor.yml

17 lines
337 B
YAML
Raw Permalink Normal View History

2023-12-09 14:01:05 -06:00
steps:
2023-03-05 14:04:45 -06:00
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/*