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 c791d3a commit 8c019dbCopy full SHA for 8c019db
.github/workflows/build-openstack-capi-image.yml
@@ -61,13 +61,12 @@ jobs:
61
run: |
62
mkdir -p ${{ github.workspace }}/output
63
sudo useradd -ms /bin/bash imagebuilder
64
- sudo chmod -R 777 ${{ github.workspace }}/output
65
-
+
66
- name: build openstack image
67
68
docker run --device=/dev/kvm -i --rm \
69
-e PACKER_VAR_FILES=/tmp/host/kubernetes.json -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} \
70
- -v ${{ github.workspace }}/images/capi:/tmp/host -v ${{ github.workspace }}/output:/home/imagebuilder/output:rw \
+ -v ${{ github.workspace }}/images/capi:/tmp/host -v /home/imagebuilder/output:/home/imagebuilder/output:rw \
71
${{ env.docker_image }} build-qemu-ubuntu-2404-efi
72
env:
73
PACKER_LOG: 1
0 commit comments