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 e1bce3b commit d02210cCopy full SHA for d02210c
.github/workflows/ipa-image-build.yml
@@ -118,7 +118,7 @@ jobs:
118
aio_vm_network = "${{ vars.HOST_IMAGE_BUILD_NETWORK }}"
119
aio_vm_subnet = "${{ vars.HOST_IMAGE_BUILD_SUBNET }}"
120
aio_vm_interface = "ens3"
121
- aio_vm_volume_size = 100
+ aio_vm_volume_size = "${{ vars.HOST_IMAGE_BUILD_VOLUME }}"
122
EOF
123
working-directory: ${{ github.workspace }}/src/kayobe-config/terraform/aio
124
0 commit comments