diff --git a/.github/workflows/build-installer-iso.yml b/.github/workflows/build-installer-iso.yml index 6ac160b..f0d5d0d 100644 --- a/.github/workflows/build-installer-iso.yml +++ b/.github/workflows/build-installer-iso.yml @@ -28,7 +28,7 @@ jobs: docker pull quay.io/centos-bootc/bootc-image-builder:latest - name: Build ISO - run: + run: | docker run --rm \ -v ${{ github.workspace }}:/workspace \ -v ${{ github.workspace }}/output:/output \