Use reachable artifactapi host in release upload
Point the on-tag upload at artifactapi.k8s.syd1.au.unkin.net instead of the unresolvable artifactapi3 name, matching the host used elsewhere (rpmbuilder, terragrunt env).
This commit is contained in:
@@ -14,6 +14,6 @@ steps:
|
||||
VERSION=$$(echo ${CI_COMMIT_TAG} | sed 's/^v//')
|
||||
FILE="terraform-provider-litellmvaultsecret_$${VERSION}_linux_amd64.zip"
|
||||
curl -f -X PUT \
|
||||
"https://artifactapi3.k8s.syd1.au.unkin.net/api/v2/remotes/terraform-unkin/files/unkin/litellmvaultsecret/$${FILE}" \
|
||||
"https://artifactapi.k8s.syd1.au.unkin.net/api/v2/remotes/terraform-unkin/files/unkin/litellmvaultsecret/$${FILE}" \
|
||||
-H "Content-Type: application/zip" \
|
||||
--data-binary @"$${FILE}"
|
||||
|
||||
Reference in New Issue
Block a user