This commit is contained in:
Justin (shocknet) 2024-05-20 12:07:39 -04:00
parent 4ac767f76c
commit 7d86d11c79

View file

@ -48,8 +48,12 @@ jobs:
id: capture-digest id: capture-digest
run: | run: |
DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/${{ github.repository_owner }}/lightning-pub:latest | cut -d'@' -f2) DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/${{ github.repository_owner }}/lightning-pub:latest | cut -d'@' -f2)
echo "DIGEST=sha256:${DIGEST}" >> $GITHUB_ENV
echo "::set-output name=digest::sha256:${DIGEST}" echo "::set-output name=digest::sha256:${DIGEST}"
- name: Debug Print Digest
run: echo "Digest is ${{ steps.capture-digest.outputs.digest }}"
- name: Attest build provenance - name: Attest build provenance
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v1
with: with: