Skip to content

Commit c5f176e

Browse files
committed
Use absolute path for volume mount for ./output
Signed-off-by: James Slagle <jslagle@redhat.com>
1 parent 8911951 commit c5f176e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 output/yum.repos.d:/etc/yum.repos.d:rw,Z
73+
--volume ./output/yum.repos.d:/etc/yum.repos.d:rw,Z
7474
containerfiles: |
7575
./bootc/Containerfile
7676
context: bootc

0 commit comments

Comments
 (0)