This commit is contained in:
Justin (shocknet) 2024-05-20 12:21:52 -04:00
parent aa772d559c
commit 729f225f6a

View file

@ -49,7 +49,7 @@ jobs:
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 "Raw Digest is $DIGEST" echo "Raw Digest is $DIGEST"
echo "::set-output name=digest::${DIGEST}" echo "::set-output name=digest::$DIGEST"
- name: Debug Print Digest - name: Debug Print Digest
run: echo "Digest is ${{ steps.capture-digest.outputs.digest }}" run: echo "Digest is ${{ steps.capture-digest.outputs.digest }}"