This commit is contained in:
2023-03-24 00:26:07 -07:00
parent 23d54634e3
commit a8e5f94385

View File

@@ -40,7 +40,7 @@ runs:
run: | run: |
CONTAINER=${{ steps.getContainer.outputs.container }} CONTAINER=${{ steps.getContainer.outputs.container }}
docker build -t ${{ inputs.imageTag }} --build-arg IMAGE=$CONTAINER ${{ github.action_path }} #docker build -t ${{ inputs.imageTag }} --build-arg IMAGE=$CONTAINER ${{ github.action_path }}
shell: bash shell: bash
- name: "Run Unity command." - name: "Run Unity command."
uses: act/unity/unity@master uses: act/unity/unity@master
@@ -50,6 +50,7 @@ runs:
password: ${{ inputs.password }} password: ${{ inputs.password }}
command: ${{ inputs.command }} command: ${{ inputs.command }}
unityBuilder: ${{ inputs.unityBuilder }} unityBuilder: ${{ inputs.unityBuilder }}
image: docker://${{ steps.getContainer.outputs.container }}
- name: "Remove temporary image." - name: "Remove temporary image."
run: | run: |
docker image rm ${{ inputs.imageTag }} docker image rm ${{ inputs.imageTag }}