We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca5948 commit 85a59f6Copy full SHA for 85a59f6
.github/workflows/edpm-bootc.yaml
@@ -70,7 +70,7 @@ jobs:
70
build-args:
71
EDPM_BASE_IMAGE=${{ env.EDPM_BASE_IMAGE }}
72
extra-args:
73
- --volume "$(shell pwd)/output/yum.repos.d:/etc/yum.repos.d:rw,Z"
+ --volume /home/runner/work/edpm-image-builder/edpm-image-builder/bootc/output/yum.repos.d:/etc/yum.repos.d:rw,Z
74
containerfiles: |
75
./bootc/Containerfile
76
context: bootc
0 commit comments