Skip to content

Commit 8c019db

Browse files
committed
volume test
1 parent c791d3a commit 8c019db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@ jobs:
6161
run: |
6262
mkdir -p ${{ github.workspace }}/output
6363
sudo useradd -ms /bin/bash imagebuilder
64-
sudo chmod -R 777 ${{ github.workspace }}/output
65-
64+
6665
- name: build openstack image
6766
run: |
6867
docker run --device=/dev/kvm -i --rm \
6968
-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 \
69+
-v ${{ github.workspace }}/images/capi:/tmp/host -v /home/imagebuilder/output:/home/imagebuilder/output:rw \
7170
${{ env.docker_image }} build-qemu-ubuntu-2404-efi
7271
env:
7372
PACKER_LOG: 1

0 commit comments

Comments
 (0)