karl/.woodpecker/latest.yaml
2025-11-29 01:16:39 +01:00

14 lines
334 B
YAML

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