Skip to content

Commit 8bf014b

Browse files
committed
fix fatimage packer CLI args
1 parent a0b3dc4 commit 8bf014b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
packer build \
9595
-on-error=${{ vars.PACKER_ON_ERROR }} \
9696
-var-file=$PKR_VAR_environment_root/${{ env.CI_CLOUD }}.pkrvars.hcl \
97-
-var source_image=${{ steps.select_source_image.outputs.source_image_id }}
97+
-var source_image=${{ steps.select_source_image.outputs.source_image_id }} \
9898
-var image_name=${{ matrix.builds.label }} \
9999
-var inventory_groups=${{ matrix.builds.inventory_groups }} \
100100
openstack.pkr.hcl

0 commit comments

Comments
 (0)