diff --git a/action.yaml b/action.yaml index b9213b4e..4d8c53d5 100644 --- a/action.yaml +++ b/action.yaml @@ -162,7 +162,7 @@ runs: if: ${{ inputs.provision == 'true' && steps.cache-lvh-image.outputs.cache-hit != 'true' }} shell: bash run: | - /bin/lvh images pull --cache quay.io/lvh-images/${{ inputs.image }}:${{ inputs.image-version }} -d "/" + /bin/lvh images pull --cache quay.io/lvh-images/${{ inputs.image }}:${{ inputs.image-version }} --dir "/" - name: Start VM if: ${{ inputs.provision == 'true' }}