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