From bd4437b2fa8029e58dec1bff562bca27419c8ca8 Mon Sep 17 00:00:00 2001 From: Scion Date: Sat, 25 Mar 2023 21:58:09 -0700 Subject: [PATCH] test --- unity-command/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unity-command/action.yaml b/unity-command/action.yaml index 0e6eb09..5268e1d 100644 --- a/unity-command/action.yaml +++ b/unity-command/action.yaml @@ -44,9 +44,10 @@ runs: run: | CONTAINER=${{ steps.getContainer.outputs.container }} - SERIAL="${{ inputs.serial }}" USERNAME="${{ inputs.email }}" PASSWORD="${{ inputs.password }}" \ # Activate the license on build. export 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 \ -t ${{ inputs.imageTag }} --build-arg IMAGE=$CONTAINER ${{ github.action_path }} shell: bash