chore: Test API call method
All checks were successful
build-image / Semantic Release (Dry-run) (push) Successful in 2m0s
build-image / Build image (push) Successful in 15m40s

This commit is contained in:
2025-09-05 07:29:17 +10:00
parent 4312ac55fe
commit f3571105e8

View File

@@ -116,7 +116,7 @@ jobs:
--header "X-Auth: $REPO_TOKEN" \
--upload-file "ubuntu-vm/ubuntu-24.04.2-rke2-v${{ needs.semrel_dryrun.outputs.version }}-compacted.img"
curl -ksS -X POST "https://lab-hv-vip.bessems.lan/v1/harvesterhci.io.virtualmachineimages" \
curl -ksS -X PUT "https://lab-hv-vip.bessems.lan/v1/harvesterhci.io.virtualmachineimages" \
-H "Authorization: Bearer ${{ secrets.HV_TOKEN }}" \
-H "Content-Type: application/json" \
-d @- <<EOF