format
This commit is contained in:
parent
2a78f4508c
commit
83075c7db4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -47,8 +47,8 @@ jobs:
|
|||
- name: Capture image digest
|
||||
id: capture-digest
|
||||
run: |
|
||||
DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/${{ github.repository_owner }}/lightning-pub:latest)
|
||||
echo "::set-output name=digest::$DIGEST"
|
||||
DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/${{ github.repository_owner }}/lightning-pub:latest | cut -d'@' -f2)
|
||||
echo "::set-output name=digest::sha256:${DIGEST}"
|
||||
|
||||
- name: Attest build provenance
|
||||
uses: actions/attest-build-provenance@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue