From 59448a5bd22725868c8b7b61e5ca9591d796a5e8 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 3 Jul 2026 13:06:32 +1000 Subject: [PATCH] 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). --- .woodpecker/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/release.yml b/.woodpecker/release.yml index ece5f3b..71ab85d 100644 --- a/.woodpecker/release.yml +++ b/.woodpecker/release.yml @@ -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}"