Compare commits

..

No commits in common. "main" and "0.0.1" have entirely different histories.
main ... 0.0.1

2 changed files with 3 additions and 16 deletions

View file

@ -3,11 +3,11 @@ steps:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
repo: hattori.ztsh.eu/stawros/allure
repo: stawros/allure
registry: hattori.ztsh.eu
tags: latest
tags: ${CI_COMMIT_TAG}
username: stawros
password:
from_secret: hattori_pat
when:
- event: [tag, push, manual]
- event: tag

View file

@ -1,13 +0,0 @@
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