Add woodpecker file
This commit is contained in:
parent
0f7c55a4d8
commit
b717e3b131
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user