We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f33c0 commit f7514faCopy full SHA for f7514fa
.github/workflows/build-openstack-capi-image.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
docker run --device=/dev/kvm -i --rm \
63
-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 \
+ -v ${{ github.workspace }}/images/capi:/tmp/host -v ${{ github.workspace }}/output:/home/imagebuilder/output:rw \
65
${{ env.docker_image }} build-qemu-ubuntu-2404-efi
66
env:
67
PACKER_LOG: 1
0 commit comments