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 93bb1b8 commit 478e9deCopy full SHA for 478e9de
.github/workflows/store-openstack-capi-image-elastx.yml
@@ -43,4 +43,4 @@ jobs:
43
image_name=ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
44
image_path=/tmp/home/ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
45
46
- docker run -i --rm -v ${{ github.workspace }}:/tmp/home openstack image create --disk-format qcow2 "${image_create_extra_vars[@]}" --file "${image_path}" --shared --progress "${image_name}"
+ docker run -i --rm -v ${{ github.workspace }}:/tmp/home ${{ env.docker_image }} openstack image create --disk-format qcow2 "${image_create_extra_vars[@]}" --file "${image_path}" --shared --progress "${image_name}"
0 commit comments