Skip to content

Commit 83b86f4

Browse files
author
Silvija Tovernic
committed
fix: typo
1 parent 98e3737 commit 83b86f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/packer-build-if-vm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
IMAGE_OFFER: "wp10-image-factory-vm"
3333
IMAGE_SKU: "v1"
3434
IMAGE_OS_TYPE: "linux"
35+
IMAGE_VERSION: "${{ github.run_number }}"
3536

3637
steps:
3738
- name: Checkout Repository
@@ -84,4 +85,4 @@ jobs:
8485
run: packer init images/packer/image-factorya-vm
8586

8687
- name: Packer validate
87-
run: packer validate images/packer/image-factorya-vm
88+
run: packer validate images/packer/image-factory-vm

0 commit comments

Comments
 (0)