containers/.woodpecker/pagefind.yml

17 lines
360 B
YAML
Raw Permalink Normal View History

2023-12-09 14:01:05 -06:00
steps:
2023-10-26 00:21:05 -05:00
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/*