.
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: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
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 }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Capture image digest
|
- name: Capture image digest
|
||||||
id: capture-digest
|
id: capture-digest
|
||||||
run: |
|
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"
|
echo "::set-output name=digest::$DIGEST"
|
||||||
|
|
||||||
- name: Attest build provenance
|
- name: Attest build provenance
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue