fix 0.1.1 (#17)

Reviewed-on: https://hattori.ztsh.eu/iac/karl/pulls/17
This commit is contained in:
Piotr Dec 2025-12-12 21:40:03 +01:00
parent d3e990384d
commit e2fd185971
47 changed files with 1043 additions and 35 deletions

14
.woodpecker/dev.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: hattori.ztsh.eu/iac/karl
registry: hattori.ztsh.eu
tags: dev-${CI_PIPELINE_NUMBER}
username: stawros
password:
from_secret: hattori-packages
when:
- event: pull_request
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: hattori.ztsh.eu/iac/karl
registry: hattori.ztsh.eu
tags: latest
username: stawros
password:
from_secret: hattori-packages
when:
- event: [ tag, push, manual ]
branch: master