From b3a5298f5de5a5466db4e0e9ed05d045be23dd5c Mon Sep 17 00:00:00 2001 From: Origami Official <64251776+origamiofficial@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:00:44 +1030 Subject: [PATCH] Fix wrong base image tag --- .github/workflows/build-and-push-dispatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-dispatch.yaml b/.github/workflows/build-and-push-dispatch.yaml index 6d5deda..a67930a 100644 --- a/.github/workflows/build-and-push-dispatch.yaml +++ b/.github/workflows/build-and-push-dispatch.yaml @@ -236,7 +236,7 @@ jobs: context: ./ file: ./Dockerfile-Dev-V6 platforms: ${{ inputs.BuildPlatform }} - build-args: BASE_IMG_TAG=${{ inputs.BuildImageTag }} + build-args: BASE_IMG_TAG=${{ inputs.BaseImageTag }} push: false tags: ${{ steps.meta_platform.outputs.tags }} labels: ${{ steps.meta_platform.outputs.labels }}