From eac71d911b1415a87221addefa55ab8585edd79f Mon Sep 17 00:00:00 2001 From: Rin Concordia Date: Thu, 2 Jan 2025 23:38:15 -0600 Subject: [PATCH] Update github action. --- .github/workflows/packMachines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packMachines.yml b/.github/workflows/packMachines.yml index 494964a..7fb8a0e 100644 --- a/.github/workflows/packMachines.yml +++ b/.github/workflows/packMachines.yml @@ -53,4 +53,6 @@ jobs: ## TODO: Add matrixed provisioner build here - name: Build Packer Image working-directory: ./packer - run: packer build -var-file=variables.json -var "provisioners=${{ matrix.provisioners }}" packer.json \ No newline at end of file + run: packer build ./ubuntu.pkr.hcl + + ## TODO: Decide how to export artifact. \ No newline at end of file