allure/.woodpecker/build.yaml
2024-06-13 00:09:27 +02:00

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]