From c93923a7ae18f4aa3f830a2b7601fcad918845d6 Mon Sep 17 00:00:00 2001 From: Bernhard Mallinger Date: Thu, 12 Dec 2024 16:47:56 +0100 Subject: [PATCH] ci: Fix chart release command --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index c05d7b6..551573d 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -52,4 +52,4 @@ jobs: helm package pygeoapi-eoxhub HELM_PACKAGE="pygeoapi-eoxhub-${{ steps.get_image_tag.outputs.TAG }}.tgz" echo "Uploading $HELM_PACKAGE" - curl --user "${{ secrets.CHARTMUSEUM_USERNAME }}:${{ secrets.CHARTMUSEUM_PASSWORD }}" --data-binary "@${HELM_PACKAGE}" steps.get_image_tag.outputs.TAG }}.tgz" https://charts-public.hub.eox.at/api/charts + curl --user "${{ secrets.CHARTMUSEUM_USERNAME }}:${{ secrets.CHARTMUSEUM_PASSWORD }}" --data-binary "@${HELM_PACKAGE}" https://charts-public.hub.eox.at/api/charts