Skip to content

Commit

Permalink
switch packer gha
Browse files Browse the repository at this point in the history
  • Loading branch information
DataBoyTX committed Jan 23, 2024
1 parent 0331d68 commit 701a1f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Set up Packer
uses: hashicorp/setup-packer@v1
- name: Setup `packer`
uses: hashicorp/setup-packer@main
id: setup
with:
packer-version: '1.10.0' # Specify the Packer version
version: '1.10.0'

- name: Validate Packer Template
run: packer validate .

Expand Down

0 comments on commit 701a1f4

Please sign in to comment.