From 1ab0ce7dfe2f5cff7e3c935ea792741ec1d194ce Mon Sep 17 00:00:00 2001 From: rdash99 Date: Tue, 3 Sep 2024 14:04:16 +0100 Subject: [PATCH] test: update digest retrival command go back to helm --- .github/actions/pr-chart/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pr-chart/action.yaml b/.github/actions/pr-chart/action.yaml index 6205fdca..2931dde8 100644 --- a/.github/actions/pr-chart/action.yaml +++ b/.github/actions/pr-chart/action.yaml @@ -108,7 +108,7 @@ runs: if: steps.helm.outcome == 'success' shell: bash run: | - helm show chart oci://${{ env.CHART_PROJECT }} + helm show chart ${{ inputs.registry-repo }}-${{ env.PR_COMMIT_TAG }} curl -s -u ${{ inputs.registry-user }}:${{ inputs.registry-token }} "https://${{ inputs.registry }}/service/token?service=service=harbor-registry&scope=repository:${{ inputs.registry-repo }}:pull" curl -s -H "Authorization: Bearer $TOKEN" "Accept: application/vnd.oci.image.manifest.v1+json" https://${{ inputs.registry }}/${{ env.CHART_PROJECT }}/manifests/${{ env.PR_TAG }}