From 8484a8287fe1ee5a7a7b0842e68ed9bc248e09d4 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Wed, 29 Nov 2023 19:44:07 +0000 Subject: [PATCH] Updating syntax --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 746c16b6..2b84bd94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Sign id: sign run: | - cosign sign --yes ghcr.io/${{ github.repository_owner }}/data-platform-control-panel:${{ steps.push.outputs.digest }} + cosign sign --yes ghcr.io/${{ github.repository_owner }}/data-platform-control-panel@${{ steps.push.outputs.digest }} - name: Verify id: verify @@ -51,4 +51,4 @@ jobs: cosign verify \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ --certificate-identity=https://github.com/${{ github.repository_owner }}/data-platform-control-panel/.github/workflows/release.yml@refs/tags/${{ github.ref_name }} \ - ghcr.io/${{ github.repository_owner }}/data-platform-control-panel:${{ steps.push.outputs.digest }} + ghcr.io/${{ github.repository_owner }}/data-platform-control-panel@${{ steps.push.outputs.digest }}