Compare commits

...

3 commits
0.0.1 ... main

Author SHA1 Message Date
f52e877bc7
ci: events 2024-06-13 00:09:27 +02:00
52c7544e45
ci: repo fix 2024-06-12 23:38:16 +02:00
801eff6b03
ci: build + deploy YAMLs 2024-06-12 23:10:47 +02:00
2 changed files with 16 additions and 3 deletions

View file

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

13
.woodpecker/deploy.yaml Normal file
View file

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