karl/.woodpecker/latest.yaml
2026-07-12 22:47:44 +02:00

16 lines
392 B
YAML

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
auto_tag: true
username: stawros
password:
from_secret: hattori-packages
when:
- event: [ tag, push, manual ]
branch: master
depends_on:
- name: python