Compare commits
No commits in common. "ad1772ff2e8f57e8ed286428ffd1ea99f84eaca5" and "8f46ab5546de088934c0b3c6d6957f6d336f6fb8" have entirely different histories.
ad1772ff2e
...
8f46ab5546
@ -40,7 +40,7 @@ steps:
|
||||
event: tag
|
||||
|
||||
- name: release
|
||||
image: gitea.elara.ws/elara6331/woodpecker-release
|
||||
image: gitea.elara.ws/elara6331/woodpecker-release:0.2.3
|
||||
settings:
|
||||
title: "Version ${CI_COMMIT_TAG##v}"
|
||||
files:
|
||||
|
@ -4,7 +4,8 @@ labels:
|
||||
steps:
|
||||
- name: manifest
|
||||
image: mplatform/manifest-tool
|
||||
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']
|
||||
commands:
|
||||
- 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:
|
||||
- event: tag
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user