14 lines
355 B
YAML
14 lines
355 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
|