Add woodpecker file

This commit is contained in:
Elara 2023-05-04 14:59:56 -07:00
parent 0f7c55a4d8
commit b717e3b131

12
.woodpecker.yml Normal file
View File

@ -0,0 +1,12 @@
pipeline:
publish:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]
settings:
repo: elara6331/lure-web
dockerfile: docker/Dockerfile
platforms: linux/amd64,linux/arm64
tag: latest
when:
branch: public
event: push