From 4e551ecc1d82aef99f43eac24703dd5e5964833a Mon Sep 17 00:00:00 2001 From: Matthew DeVenny Date: Tue, 1 Oct 2024 12:37:56 -0700 Subject: [PATCH] Add gha Signed-off-by: Matthew DeVenny --- .github/workflows/image-update.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/image-update.yaml b/.github/workflows/image-update.yaml index e97adef..4328441 100644 --- a/.github/workflows/image-update.yaml +++ b/.github/workflows/image-update.yaml @@ -48,18 +48,18 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - if: ${{ env.PUBLISH == 'yes' }} uses: docker/build-push-action@v6 with: context: . push: true build-args: | - CHECKSUM=${{ env.CI_VERSION }} + CHECKSUM=${{ env.CHECKSUM }} REPO_DIGEST=${{ env.REPO_DIGEST }} tags: | -# boxboat/${{ matrix.image }}:checksum ghcr.io/boxboat/${{ matrix.image.command }}:checksum +# boxboat/${{ matrix.image }}:checksum + # checksum-image: # strategy: # matrix: