From d65e3747ac31710f2e3e6af18ddf0113b76cedb3 Mon Sep 17 00:00:00 2001 From: Matthew DeVenny Date: Wed, 2 Oct 2024 14:05:41 -0700 Subject: [PATCH] Add gha Signed-off-by: Matthew DeVenny --- .github/workflows/image-update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-update.yaml b/.github/workflows/image-update.yaml index 271b90e..5476ab7 100644 --- a/.github/workflows/image-update.yaml +++ b/.github/workflows/image-update.yaml @@ -102,8 +102,8 @@ jobs: id: checksumImage run: | # calculate digest - digest=$(regctl manifest digest ghcr.io/boxboat/${{matrix.image.command }}:checksum) - echo "digest=ghcr.io/boxboat/${{matrix.image.command }}@${digest}" >> $GITHUB_OUTPUT + digest="ghcr.io/boxboat/${{matrix.image.command }}@$(regctl manifest digest ghcr.io/boxboat/${{matrix.image.command }}:checksum)" + echo "digest=$digest" >> $GITHUB_OUTPUT # calculate versions versions=($(git ls-remote --tags "${{matrix.image.repo}}" \