containers/.woodpecker/rsync.yml

17 lines
343 B
YAML
Raw Normal View History

2023-12-09 14:01:05 -06:00
steps:
2022-11-19 10:59:15 -06:00
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: seriousbug/rsync
dockerfile: rsync/Dockerfile
platforms: linux/amd64
tag: latest
when:
2022-11-25 14:31:15 -06:00
event:
2022-11-25 14:39:32 -06:00
- manual
2022-11-25 14:31:15 -06:00
- push
- cron
branch: main
2022-11-19 10:59:15 -06:00
path: rsync/*