containers/.woodpecker/pagefind.yml
Kaan Barmore-Genç 66a76d8ef9
Some checks failed
ci/woodpecker/push/rsync Pipeline was successful
ci/woodpecker/push/tor Pipeline was successful
ci/woodpecker/push/pagefind Pipeline failed
Add pagefind
2023-10-26 00:21:05 -05:00

17 lines
363 B
YAML

pipeline:
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/*