Skip to content

Commit 4d8685a

Browse files
committed
TEST
1 parent d42afc2 commit 4d8685a

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
@@ -58,7 +58,7 @@ 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 ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
61+
run: docker run -i --rm -e PACKER_VAR_FILES -e PACKER_LOG -v ${{ github.workspace }}/images/capi ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
6262
env:
6363
PACKER_VAR_FILES: kubernetes.json
6464
PACKER_LOG: 1

0 commit comments

Comments
 (0)