This commit is contained in:
parent
7fb707b032
commit
6693af1af7
1 changed files with 16 additions and 0 deletions
16
.woodpecker.yml
Normal file
16
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
when:
|
||||||
|
- event: [push, manual]
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build-custom-caddy
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
|
||||||
|
registry: forgejo.venusian.stream
|
||||||
|
repo: forgejo.venusian.stream/skkeeper/caddy
|
||||||
|
tags: latest
|
||||||
|
username:
|
||||||
|
from_secret: DOCKER_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: DOCKER_PASSWORD
|
||||||
Loading…
Add table
Add a link
Reference in a new issue