ci: build + deploy YAMLs
This commit is contained in:
parent
7f75d2b2c1
commit
801eff6b03
2 changed files with 14 additions and 3 deletions
|
@ -5,9 +5,7 @@ steps:
|
|||
platforms: linux/amd64
|
||||
repo: stawros/allure
|
||||
registry: hattori.ztsh.eu
|
||||
tags: ${CI_COMMIT_TAG}
|
||||
tags: latest
|
||||
username: stawros
|
||||
password:
|
||||
from_secret: hattori_pat
|
||||
when:
|
||||
- event: tag
|
||||
|
|
13
.woodpecker/deploy.yaml
Normal file
13
.woodpecker/deploy.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue