From b9e3f78b2e55de5c10a09637fdfa4fc2402a9b08 Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" Date: Mon, 20 May 2024 12:25:16 -0400 Subject: [PATCH] . --- .github/workflows/push.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 349d5a20..f8d3b3bb 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -49,14 +49,11 @@ jobs: run: | DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/${{ github.repository_owner }}/lightning-pub:latest | cut -d'@' -f2) echo "Raw Digest is $DIGEST" - echo "::set-output name=digest::$DIGEST" + echo "::set-output name=digest::${DIGEST}" - name: Debug Print Digest run: echo "Digest is ${{ steps.capture-digest.outputs.digest }}" - - name: Debug Print Formatted Digest - run: echo "Formatted Digest is sha256:${{ steps.capture-digest.outputs.digest }}" - - name: Attest build provenance uses: actions/attest-build-provenance@v1 with: