From 6f683bbd699403fb43b82a857598c62e5fdb1b28 Mon Sep 17 00:00:00 2001 From: Origami Official <64251776+origamiofficial@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:29:52 +1030 Subject: [PATCH] Fix build failed --- .github/workflows/build-and-push-dispatch.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-push-dispatch.yaml b/.github/workflows/build-and-push-dispatch.yaml index 3545fc2..83762d3 100644 --- a/.github/workflows/build-and-push-dispatch.yaml +++ b/.github/workflows/build-and-push-dispatch.yaml @@ -204,7 +204,6 @@ jobs: context: ./ file: ./Dockerfile-Dev-V6 platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6 - build-args: BASE_IMG_TAG=${{ inputs.BuildImageTag }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -222,7 +221,6 @@ jobs: context: ./ file: ./Dockerfile-Dev-V6 platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6 - build-args: BASE_IMG_TAG=${{ inputs.BuildImageTag }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}