lure-web/.woodpecker.yml
Arsen Musayelyan b717e3b131
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add woodpecker file
2023-05-04 14:59:56 -07:00

12 lines
302 B
YAML

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