Skip to content

Commit

Permalink
ci: Fix chart release command
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Dec 12, 2024
1 parent 4404a44 commit c93923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c93923a

Please sign in to comment.