woodpecker.yml hinzugefügt

This commit is contained in:
Phil 2025-07-27 09:51:35 +00:00
parent 1f286f7713
commit a19c779201

22
woodpecker.yml Normal file
View file

@ -0,0 +1,22 @@
when:
branch: main
event: push
variables:
- &repo git.hackmi.ch/${CI_REPO_OWNER}/${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