This commit is contained in:
parent
8bf4403d21
commit
d1f77e8514
4 changed files with 69 additions and 0 deletions
22
.woodpecker.yml
Normal file
22
.woodpecker.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
when:
|
||||
branch: main
|
||||
event: push
|
||||
|
||||
variables:
|
||||
- &repo git.hackmi.ch/phil/${CI_REPO_NAME}
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
repo: *repo
|
||||
registry: git.hackmi.ch
|
||||
tags: latest
|
||||
username:
|
||||
from_secret: git-package-user
|
||||
password:
|
||||
from_secret: git-package-pw
|
||||
when:
|
||||
branch: main
|
||||
event: push
|
Loading…
Add table
Add a link
Reference in a new issue