From b0f4daec13c156edb11a54e7a0cccf0f3ff02159 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 25 Mar 2023 21:57:41 -0700 Subject: [PATCH] test --- unity-command/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index 14cd90d..0e6eb09 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -46,6 +46,7 @@ runs: SERIAL="${{ inputs.serial }}" USERNAME="${{ inputs.email }}" PASSWORD="${{ inputs.password }}" \ # Activate the license on build. + export DOCKER_BUILDKIT=1 docker build . --secret id=SERIAL,env=SERIAL --secret id=USERNAME,env=USERNAME --secret id=PASSWORD,env=PASSWORD \ -t ${{ inputs.imageTag }} --build-arg IMAGE=$CONTAINER ${{ github.action_path }} shell: bash