ci: Update publish step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b2092758e7
commit
29129c30f4
1 changed files with 5 additions and 2 deletions
|
@ -19,15 +19,18 @@ steps:
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
|
environment:
|
||||||
|
PACKAGE_TOKEN:
|
||||||
|
from_secret: PACKAGE_TOKEN
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /_cache
|
path: /_cache
|
||||||
commands:
|
commands:
|
||||||
- env |grep DRONE
|
- env |grep DRONE
|
||||||
- |
|
- |
|
||||||
curl --user your_username:your_password_or_token \
|
curl -H "Authorization: token $PACKAGE_TOKEN" \
|
||||||
--upload-file /_cache/bin/docmachine \
|
--upload-file /_cache/bin/docmachine \
|
||||||
https://code.apps.glenux.net/api/packages/glenux/generic/docmachine-utils/1.0.0/docmachine
|
https://code.apps.glenux.net/api/packages/glenux/generic/docmachine-utils/$DRONE_TAG/docmachine
|
||||||
|
|
||||||
# FIXME: handle multi-arch
|
# FIXME: handle multi-arch
|
||||||
# FIXME: publish only on tags
|
# FIXME: publish only on tags
|
||||||
|
|
Loading…
Reference in a new issue