improve ci

This commit is contained in:
Luca Bilke 2024-02-10 18:32:07 +01:00
parent 802e3055d1
commit 06477249d5
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 14 additions and 14 deletions

View File

@ -28,20 +28,20 @@ steps:
-D "$${DEPENDENCIES}" \
"$${CI_WORKSPACE}/pkg"
package-targz:
image: alpine
commands:
- tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg .
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.snaile.de
files:
- "${CI_REPO_NAME}-${CI_COMMIT_TAG}.tar.gz"
api_key:
from_secret: gitea_release
target: main
# package-targz:
# image: alpine
# commands:
# - tar czf $${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz --directory=$${CI_WORKSPACE}/pkg .
#
# publish:
# image: woodpeckerci/plugin-gitea-release
# settings:
# base_url: https://git.snaile.de
# files:
# - "${CI_REPO_NAME}-${CI_COMMIT_TAG}.tar.gz"
# api_key:
# from_secret: gitea_release
# target: main
publish-xbps:
image: ghcr.io/void-linux/void-musl-busybox