File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 echo "target_artifact_reference2=${{ env.ACR_TO_RELEASE }}/${{ env.ACR_REPO2_TO_RELEASE }}@${{ steps.push.outputs.digest }}" >> "$GITHUB_ENV"
5454 - name : setup notation
5555 # this is equivalent to `uses: notaryproject/notation-action/setup@v1`
56- uses : Two-Hearts /notation-action@upgrade
56+ uses : notaryproject /notation-action@v1
5757 - name : sign released artifacts using key pair from AKV
58- uses : Two-Hearts /notation-action/sign@upgrade
58+ uses : notaryproject /notation-action/sign@v1
5959 with :
6060 plugin_name : azure-kv
6161 plugin_url : https://github.com/Azure/notation-azure-kv/releases/download/v1.2.0/notation-azure-kv_1.2.0_linux_amd64.tar.gz
7272 timestamp_root_cert : .github/sign/tsaRootCerts/globalsignRoot.cer
7373 force_referrers_tag : ' false'
7474 - name : verify released artifacts
75- uses : Two-Hearts /notation-action/verify@upgrade
75+ uses : notaryproject /notation-action/verify@v1
7676 with :
7777 target_artifact_reference : |-
7878 ${{ env.target_artifact_reference1 }}
You can’t perform that action at this time.
0 commit comments