.woodpecker/docker.yaml hinzugefügt
Some checks failed
ci/woodpecker/push/docker Pipeline failed

This commit is contained in:
Phil 2025-05-29 14:40:11 +00:00
parent 9d6a67411a
commit a112441a5c

18
.woodpecker/docker.yaml Normal file
View 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