Add woodpecker file

This commit is contained in:
Dominik Heidler 2023-11-03 23:09:17 +01:00
parent 4151f72c58
commit da8ffa9998
1 changed files with 16 additions and 0 deletions

16
.woodpecker.yml Normal file
View File

@ -0,0 +1,16 @@
pipeline:
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
repo: git.f3l.de/${CI_REPO}
registry: git.f3l.de
tags: latest
username:
from_secret: registry_user
password:
from_secret: registry_token
debug: true
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push