Skip to content

Commit

Permalink
test: update digest retrival command go back to helm
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Sep 3, 2024
1 parent fd084d3 commit 1ab0ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pr-chart/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1ab0ce7

Please sign in to comment.