pain
This commit is contained in:
parent
3c3ece9c47
commit
4ac767f76c
1 changed files with 5 additions and 5 deletions
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository_owner }}/lightning-pub:latest # Update the image tag
|
||||
tags: ghcr.io/${{ github.repository_owner }}/lightning-pub:latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Capture image digest
|
||||
|
|
@ -53,6 +53,6 @@ jobs:
|
|||
- name: Attest build provenance
|
||||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-digest: sha256:${{ steps.capture-digest.outputs.digest }}
|
||||
subject-name: ghcr.io/${{ github.repository_owner }}/lightning-pub:latest
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
subject-digest: ${{ steps.capture-digest.outputs.digest }}
|
||||
subject-name: ghcr.io/${{ github.repository_owner }}/lightning-pub:latest
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue