From a10b1c79d0703cea1b628d9f9c3de38ffc339cc9 Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" Date: Mon, 20 May 2024 10:39:54 -0400 Subject: [PATCH] . --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 04e199df..d32f541e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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