ci: fix names
This commit is contained in:
parent
e88d24774c
commit
1399a4667e
1 changed files with 5 additions and 7 deletions
12
.drone.yml
12
.drone.yml
|
@ -28,11 +28,11 @@ steps:
|
|||
fpm \
|
||||
-s dir \
|
||||
-t deb \
|
||||
--name alacritty \
|
||||
--name sanoid \
|
||||
--architecture all \
|
||||
--description "alacritty terminal deb package" \
|
||||
--url "https://git.mgrote.net/mg/build-alacritty" \
|
||||
-p alacritty.deb \
|
||||
--description "sanoid deb package" \
|
||||
--url "https://git.mgrote.net/mg/sanoid-deb" \
|
||||
-p sanoid_$${VERSION}.deb \
|
||||
-v $${VERSION} \
|
||||
sanoid=/usr/bin/sanoid \
|
||||
syncoid=/usr/bin/syncoid \
|
||||
|
@ -44,9 +44,7 @@ steps:
|
|||
|
||||
|
||||
- |
|
||||
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version)_all.deb" http://docker10.grote.lan:5040/upload
|
||||
- |
|
||||
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_latest_all.deb" http://docker10.grote.lan:5040/upload
|
||||
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$${VERSION}.deb" http://docker10.grote.lan:5040/upload
|
||||
|
||||
image_pull_secrets: # wird für den Login auf registry.mgrote.net benötigt
|
||||
- dockerconfigjson
|
||||
|
|
Reference in a new issue