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