We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53f46f0 + fc72bea commit 9b90665Copy full SHA for 9b90665
.github/workflows/edpm-bootc.yaml
@@ -70,8 +70,8 @@ jobs:
70
build-args:
71
EDPM_BASE_IMAGE=${{ env.EDPM_BASE_IMAGE }}
72
extra-args:
73
- --volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro,Z \
74
- --volume output/yum.repos.d:/etc/yum.repos.d:rw,Z \
+ --volume /etc/pki/ca-trust:/etc/pki/ca-trust:ro,Z
+ --volume output/yum.repos.d:/etc/yum.repos.d:rw,Z
75
containerfiles: |
76
./bootc/Containerfile
77
context: bootc
0 commit comments