.
This commit is contained in:
parent
aa772d559c
commit
729f225f6a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -49,7 +49,7 @@ 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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue