This commit is contained in:
parent
9d6a67411a
commit
a112441a5c
1 changed files with 18 additions and 0 deletions
18
.woodpecker/docker.yaml
Normal file
18
.woodpecker/docker.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
when:
|
||||
branch: main
|
||||
event: push
|
||||
|
||||
variables:
|
||||
- &repo git.hackmi.ch/${CI_REPO_OWNER}/maintanace
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
repo: *repo
|
||||
registry: git.hackmi.ch
|
||||
tags: latest
|
||||
when:
|
||||
branch: main
|
||||
event: push
|
Loading…
Add table
Add a link
Reference in a new issue