test
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user