Skip to content

Commit 6ca5948

Browse files
committed
Quote volume mount arg for the output dir
The directory might contain spaces. Signed-off-by: James Slagle <jslagle@redhat.com>
1 parent aa45446 commit 6ca5948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/edpm-bootc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
build-args:
7171
EDPM_BASE_IMAGE=${{ env.EDPM_BASE_IMAGE }}
7272
extra-args:
73-
--volume $(shell pwd)/output/yum.repos.d:/etc/yum.repos.d:rw,Z
73+
--volume "$(shell pwd)/output/yum.repos.d:/etc/yum.repos.d:rw,Z"
7474
containerfiles: |
7575
./bootc/Containerfile
7676
context: bootc

0 commit comments

Comments
 (0)