ci: build + deploy YAMLs

This commit is contained in:
Piotr Dec 2024-06-12 23:10:34 +02:00
parent 7f75d2b2c1
commit 801eff6b03
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 14 additions and 3 deletions

View file

@ -5,9 +5,7 @@ steps:
platforms: linux/amd64 platforms: linux/amd64
repo: stawros/allure repo: stawros/allure
registry: hattori.ztsh.eu registry: hattori.ztsh.eu
tags: ${CI_COMMIT_TAG} tags: latest
username: stawros username: stawros
password: password:
from_secret: hattori_pat from_secret: hattori_pat
when:
- event: tag

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: stawros/allure
registry: hattori.ztsh.eu
tags: ${CI_COMMIT_TAG}
username: stawros
password:
from_secret: hattori_pat
when:
- event: tag