ci: woodpecker files

This commit is contained in:
Piotr Dec 2025-11-29 01:16:39 +01:00
parent 4fcd7bc49d
commit 74df094c14
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
2 changed files with 27 additions and 0 deletions

13
.woodpecker/dev.yaml Normal file
View file

@ -0,0 +1,13 @@
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx:5.2.2
settings:
platforms: linux/amd64
repo: git.ztsh.eu/iac/karl
registry: git.ztsh.eu
tags: dev-${CI_PIPELINE_NUMBER}
username: stawros
password:
from_secret: git_pat
when:
- evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "ci-ready"'

14
.woodpecker/latest.yaml Normal file
View file

@ -0,0 +1,14 @@
steps:
- name: build
image: woodpeckerci/plugin-docker-buildx:5.2.2
settings:
platforms: linux/amd64
repo: git.ztsh.eu/iac/karl
registry: git.ztsh.eu
tags: latest
username: stawros
password:
from_secret: git_pat
when:
- event: [tag, push, manual]
branch: master