allure/.woodpecker/build.yaml
2024-06-12 01:17:05 +02:00

13 lines
301 B
YAML

steps:
- name: build
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
repo: stawros/allure
registry: hattori.ztsh.eu
tags: ${CI_COMMIT_TAG}
username: stawros
password:
from_secret: hattori_pat
when:
- event: tag