Skip to content

Commit 2a07f2e

Browse files
committed
mount change
1 parent 6958478 commit 2a07f2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
<"template.json" >"kubernetes.json"
5959
6060
- name: build openstack image
61-
run: docker run -i --rm -e PACKER_VAR_FILES -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} -v ${{ github.workspace }}/images/capi:/home/imagebuilder/ ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
61+
run: docker run -i --rm -e PACKER_VAR_FILES=/tmp/kubernetes.json -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} -v ${{ github.workspace }}/images/capi:/tmp ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
6262
env:
63-
PACKER_VAR_FILES: kubernetes.json
6463
PACKER_LOG: 1
6564

6665
# - name: store openstack image

0 commit comments

Comments
 (0)