From 5d9054a67fc4eedb55ac41ce1cf07d625a0bc622 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 25 Mar 2023 22:01:27 -0700 Subject: [PATCH] test --- unity-command/action.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index 5268e1d..8775c2b 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -45,10 +45,9 @@ runs: CONTAINER=${{ steps.getContainer.outputs.container }} # Activate the license on build. - export DOCKER_BUILDKIT=1 - + DOCKER_BUILDKIT=1 \ SERIAL="${{ inputs.serial }}" USERNAME="${{ inputs.email }}" PASSWORD="${{ inputs.password }}" \ - docker build . --secret id=SERIAL,env=SERIAL --secret id=USERNAME,env=USERNAME --secret id=PASSWORD,env=PASSWORD \ + docker buildx 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 - name: "Run Unity command."