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 a0b3dc4 commit 8bf014bCopy full SHA for 8bf014b
.github/workflows/fatimage.yml
@@ -94,7 +94,7 @@ jobs:
94
packer build \
95
-on-error=${{ vars.PACKER_ON_ERROR }} \
96
-var-file=$PKR_VAR_environment_root/${{ env.CI_CLOUD }}.pkrvars.hcl \
97
- -var source_image=${{ steps.select_source_image.outputs.source_image_id }}
+ -var source_image=${{ steps.select_source_image.outputs.source_image_id }} \
98
-var image_name=${{ matrix.builds.label }} \
99
-var inventory_groups=${{ matrix.builds.inventory_groups }} \
100
openstack.pkr.hcl
0 commit comments