From 4ac767f76cb2a2436c19288f86e7697a3dd84d41 Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" Date: Mon, 20 May 2024 12:00:55 -0400 Subject: [PATCH] pain --- .github/workflows/push.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 40d56612..3ce0fa61 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 @@ -49,10 +49,10 @@ jobs: run: | 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 with: - subject-digest: sha256:${{ steps.capture-digest.outputs.digest }} - subject-name: ghcr.io/${{ github.repository_owner }}/lightning-pub:latest - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + subject-digest: ${{ steps.capture-digest.outputs.digest }} + subject-name: ghcr.io/${{ github.repository_owner }}/lightning-pub:latest + github-token: ${{ secrets.GITHUB_TOKEN }}