diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 7753658..7fa894e 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -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 @- <