This commit is contained in:
25
.woodpecker/build.yaml
Normal file
25
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
depth: 1
|
||||||
|
lfs: false
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build docker image
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
repo: git.infernonode.com/hotarublaze/phoenixCaddy
|
||||||
|
registry: git.infernonode.com
|
||||||
|
tags: latest
|
||||||
|
|
||||||
|
username:
|
||||||
|
from_secret: docker_woodpecker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_woodpecker_pat
|
||||||
|
|
||||||
|
platforms: linux/amd64
|
||||||
Reference in New Issue
Block a user