Compare commits

..

No commits in common. "ad1772ff2e8f57e8ed286428ffd1ea99f84eaca5" and "8f46ab5546de088934c0b3c6d6957f6d336f6fb8" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@ steps:
event: tag event: tag
- name: release - name: release
image: gitea.elara.ws/elara6331/woodpecker-release image: gitea.elara.ws/elara6331/woodpecker-release:0.2.3
settings: settings:
title: "Version ${CI_COMMIT_TAG##v}" title: "Version ${CI_COMMIT_TAG##v}"
files: files:

View File

@ -4,7 +4,8 @@ labels:
steps: steps:
- name: manifest - name: manifest
image: mplatform/manifest-tool 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: when:
- event: tag - event: tag