Compare commits
2 Commits
8f46ab5546
...
ad1772ff2e
Author | SHA1 | Date | |
---|---|---|---|
ad1772ff2e | |||
0b7e062823 |
@ -40,7 +40,7 @@ steps:
|
|||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: gitea.elara.ws/elara6331/woodpecker-release:0.2.3
|
image: gitea.elara.ws/elara6331/woodpecker-release
|
||||||
settings:
|
settings:
|
||||||
title: "Version ${CI_COMMIT_TAG##v}"
|
title: "Version ${CI_COMMIT_TAG##v}"
|
||||||
files:
|
files:
|
||||||
|
@ -4,8 +4,7 @@ labels:
|
|||||||
steps:
|
steps:
|
||||||
- name: manifest
|
- name: manifest
|
||||||
image: mplatform/manifest-tool
|
image: mplatform/manifest-tool
|
||||||
commands:
|
entrypoint: ['manifest-tool', 'push', 'from-args', '--platforms', 'linux/amd64,linux/arm64', '--template', 'gitea.elara.ws/elara6331/distrohop:ARCH', '--tags', "${CI_COMMIT_TAG}", '--target', 'gitea.elara.ws/elara6331/distrohop:latest']
|
||||||
- manifest-tool push from-args --platforms linux/amd64,linux/arm64 --template gitea.elara.ws/elara6331/distrohop:ARCH --tags ${CI_COMMIT_TAG} --target gitea.elara.ws/elara6331/distrohop:latest
|
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user