build: Different upload path fieldname
build-image / Semantic Release (Dry-run) (push) Successful in 31s
build-image / Build image (push) Successful in 13m16s

This commit is contained in:
2026-09-15 22:17:53 +10:00
parent e05c079858
commit 94755aa890
+1 -1
View File
@@ -126,7 +126,7 @@ jobs:
curl -fsSL -X POST \ curl -fsSL -X POST \
http://nextexplorer.nextexplorer.svc.cluster.local:3000/api/upload \ http://nextexplorer.nextexplorer.svc.cluster.local:3000/api/upload \
--header "Cookie: $REPO_TOKEN" \ --header "Cookie: $REPO_TOKEN" \
--form "path=Storage/Repository/rel" \ --form "uploadTo=/Storage/Repository/rel" \
--form "filedata=@${FILE_PATH};filename=${FILE_NAME}" --form "filedata=@${FILE_PATH};filename=${FILE_NAME}"
curl -ksS -X PUT "https://lab-hv-vip.bessems.lan/v1/harvesterhci.io.virtualmachineimages" \ curl -ksS -X PUT "https://lab-hv-vip.bessems.lan/v1/harvesterhci.io.virtualmachineimages" \