.
This commit is contained in:
parent
48cfb2cb57
commit
a10b1c79d0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
|
@ -41,13 +41,13 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: ghcr.io/${{ github.repository_owner }}/lightning-pub:latest # Update the image tag
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Capture image digest
|
||||
id: capture-digest
|
||||
run: |
|
||||
DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest)
|
||||
DIGEST=$(docker inspect --format='{{index .RepoDigests 0}}' ghcr.io/${{ github.repository_owner }}/lightning-pub:latest)
|
||||
echo "::set-output name=digest::$DIGEST"
|
||||
|
||||
- name: Attest build provenance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue