containers/.woodpecker/pagefind.yml

17 lines
360 B
YAML

steps:
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: seriousbug/pagefind
dockerfile: pagefind/Dockerfile
platforms: linux/amd64
tag: latest, v1.0.3
when:
event:
- manual
- push
- cron
branch: main
path: pagefind/*