From b6d6490316d95c6c0639ae0daf0aeddac12d3fa8 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Thu, 25 Apr 2024 22:18:46 +0000 Subject: [PATCH] Fix typo, build_args to build-args --- .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 fec3cb0..1f85ff8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: # Postfix image name with -custom to make it a little more descriptive # Syntax: https://docs.github.com/en/actions/learn-github-actions/expressions#format image: ${{ env.MY_IMAGE_NAME }} - build_args: | + build-args: | SOURCE_IMAGE=${{ env.SOURCE_IMAGE }} SOURCE_SUFFIX=${{ env.SOURCE_SUFFIX }} FEDORA_VERSION=${{ env.MAJOR_VERSION }}-${{ env.VERSION_SUFFIX }}