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