From 4086ddffb89c19ac530c26d7227a6ca2b474afce Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:29:49 +0100 Subject: [PATCH] Update build-installer-iso.yml --- .github/workflows/build-installer-iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \