wget
--request POST 'https://api.humanitec.io/orgs/
prototype-team/images/
${IMAGE_NAME}/builds' \
--header 'Authorization: Bearer
${HUMANITEC_TOKEN}' \
--header 'Content-Type: application/json' \
--data-raw '{
"branch": "
${CI_COMMIT_BRANCH}",
"commit": "
${CI_COMMIT_SHA}",
"image": "
${IMAGE_PATH}",
]}'