Skip to content

Commit f7514fa

Browse files
committed
rw
1 parent 37f33c0 commit f7514fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-openstack-capi-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
docker run --device=/dev/kvm -i --rm \
6363
-e PACKER_VAR_FILES=/tmp/host/kubernetes.json -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} \
64-
-v ${{ github.workspace }}/images/capi:/tmp/host -v ${{ github.workspace }}/output:/home/imagebuilder/output \
64+
-v ${{ github.workspace }}/images/capi:/tmp/host -v ${{ github.workspace }}/output:/home/imagebuilder/output:rw \
6565
${{ env.docker_image }} build-qemu-ubuntu-2404-efi
6666
env:
6767
PACKER_LOG: 1

0 commit comments

Comments
 (0)