From b05e0a1c2c9cde8375a8649f22d2fec9682012ff Mon Sep 17 00:00:00 2001 From: vijeyash Date: Fri, 15 Sep 2023 10:36:02 +0530 Subject: [PATCH] minor fix in workflow --- .github/workflows/migration-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/migration-image.yml b/.github/workflows/migration-image.yml index 52772354..624594e6 100644 --- a/.github/workflows/migration-image.yml +++ b/.github/workflows/migration-image.yml @@ -65,7 +65,7 @@ jobs: COSIGN_EXPERIMENTAL: 1 - name: Verify the pushed tags - run: cosign verify ${{ env.REGISTRY }}/${{ github.repository }}/migration:${{ github.run_id }} --certificate-identity ${{ env.GH_URL }}/${{ github.repository }}/.github/workflows/migration.yml@refs/heads/main --certificate-oidc-issuer https://token.actions.githubusercontent.com + run: cosign verify ${{ env.REGISTRY }}/${{ github.repository }}/migration:${{ github.run_id }} --certificate-identity ${{ env.GH_URL }}/${{ github.repository }}/.github/workflows/migration-image.yml@refs/heads/main --certificate-oidc-issuer https://token.actions.githubusercontent.com env: COSIGN_EXPERIMENTAL: 1