From ba612abe241c1d41c0fe6abcccb779175afd78f3 Mon Sep 17 00:00:00 2001 From: Zeglius <33781398+Zeglius@users.noreply.github.com> Date: Sat, 8 Mar 2025 13:06:58 +0100 Subject: [PATCH] fix: Remove leftover quotation in build-args file This fixes nested quoted in the os-release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b1162a773..d5461c83a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -281,7 +281,7 @@ jobs: IMAGE_BRANCH=${{ github.ref_name }} SHA_HEAD_SHORT=${{ env.SHA_HEAD_SHORT }} VERSION_TAG=${{ steps.generate-version.outputs.tag }} - VERSION_PRETTY="${{ steps.generate-version.outputs.pretty }}" + VERSION_PRETTY=${{ steps.generate-version.outputs.pretty }} EOF # Build image using buildah and save it to raw-img