Compare commits
No commits in common. "main" and "0.0.1" have entirely different histories.
2 changed files with 3 additions and 16 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: hattori.ztsh.eu/stawros/allure
|
repo: stawros/allure
|
||||||
registry: hattori.ztsh.eu
|
registry: hattori.ztsh.eu
|
||||||
tags: latest
|
tags: ${CI_COMMIT_TAG}
|
||||||
username: stawros
|
username: stawros
|
||||||
password:
|
password:
|
||||||
from_secret: hattori_pat
|
from_secret: hattori_pat
|
||||||
when:
|
when:
|
||||||
- event: [tag, push, manual]
|
- event: tag
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue