This commit is contained in:
2023-03-24 00:36:13 -07:00
parent f880c21a0b
commit 5bb71f4ab1

View File

@@ -55,7 +55,7 @@ runs:
command: ${{ inputs.command }} command: ${{ inputs.command }}
unityBuilder: ${{ inputs.unityBuilder }} unityBuilder: ${{ inputs.unityBuilder }}
- name: "Remove temporary image." - name: "Remove temporary image."
if: ${{ inputs.removeContainer == "true" }} if: ${{ inputs.removeContainer == 'true' }}
run: | run: |
docker image rm ${{ inputs.imageTag }} docker image rm ${{ inputs.imageTag }}
shell: bash shell: bash