Skip to content

Commit a84a408

Browse files
authored
Merge pull request #84 from slagle/bootc-workflow-test
Drop volume mount for /etc/pki/ca-trust
2 parents 9b90665 + 2e090a9 commit a84a408

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/edpm-bootc.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
build-args:
7171
EDPM_BASE_IMAGE=${{ env.EDPM_BASE_IMAGE }}
7272
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
73+
--volume /home/runner/work/edpm-image-builder/edpm-image-builder/bootc/output/yum.repos.d:/etc/yum.repos.d:rw,Z
7574
containerfiles: |
7675
./bootc/Containerfile
7776
context: bootc

0 commit comments

Comments
 (0)