Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
f52e877bc7 | |||
52c7544e45 | |||
801eff6b03 |
2 changed files with 16 additions and 3 deletions
|
@ -3,11 +3,11 @@ steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
repo: stawros/allure
|
repo: hattori.ztsh.eu/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:
|
when:
|
||||||
- event: tag
|
- event: [tag, push, manual]
|
||||||
|
|
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: hattori.ztsh.eu/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