17 lines
346 B
YAML
17 lines
346 B
YAML
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:
|
|
event:
|
|
- manual
|
|
- push
|
|
- cron
|
|
branch: main
|
|
path: rsync/*
|