13 lines
323 B
YAML
13 lines
323 B
YAML
steps:
|
|
- name: build
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
platforms: linux/amd64
|
|
repo: hattori.ztsh.eu/stawros/allure
|
|
registry: hattori.ztsh.eu
|
|
tags: latest
|
|
username: stawros
|
|
password:
|
|
from_secret: hattori_pat
|
|
when:
|
|
- event: [tag, push, manual]
|