2022-11-19 10:59:15 -06:00
|
|
|
pipeline:
|
|
|
|
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/*
|