ci: fix names

This commit is contained in:
Michael Grote 2023-06-30 11:44:50 +02:00
parent e88d24774c
commit 1399a4667e

View file

@ -28,11 +28,11 @@ steps:
fpm \ fpm \
-s dir \ -s dir \
-t deb \ -t deb \
--name alacritty \ --name sanoid \
--architecture all \ --architecture all \
--description "alacritty terminal deb package" \ --description "sanoid deb package" \
--url "https://git.mgrote.net/mg/build-alacritty" \ --url "https://git.mgrote.net/mg/sanoid-deb" \
-p alacritty.deb \ -p sanoid_$${VERSION}.deb \
-v $${VERSION} \ -v $${VERSION} \
sanoid=/usr/bin/sanoid \ sanoid=/usr/bin/sanoid \
syncoid=/usr/bin/syncoid \ 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_$${VERSION}.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
image_pull_secrets: # wird für den Login auf registry.mgrote.net benötigt image_pull_secrets: # wird für den Login auf registry.mgrote.net benötigt
- dockerconfigjson - dockerconfigjson