From 35c83a25ad01a4ea06330e625436fc273999e127 Mon Sep 17 00:00:00 2001 From: Mahendra Date: Wed, 3 Apr 2024 12:07:04 +0530 Subject: [PATCH] Update release.yml Signed-off-by: Mahendra --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8492610..6dc32ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: with: version: 1.1.0 - run: | - oras push --annotation-file /tmp/annotations.json ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.RELEASE_VERSION }} ./:application/vnd.compage.template.go.layer.v1+tar + oras push --annotation-file /tmp/annotations.json ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.RELEASE_VERSION }} ./:application/vnd.compage.template.dotnet.layer.v1+tar - name: Install Cosign uses: sigstore/cosign-installer@v3.3.0