Skip to content

Commit d42afc2

Browse files
committed
env
1 parent aff7b73 commit d42afc2

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 ${{ env.docker_image }} build-qemu-ubuntu-2404-efi
61+
run: docker run -i --rm -e PACKER_VAR_FILES -e PACKER_LOG ${{ 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)