Skip to content

Commit

Permalink
fix: using a github action with ansible installed
Browse files Browse the repository at this point in the history
  • Loading branch information
djimenez-savi committed Aug 29, 2022
1 parent 8610a4c commit 520b409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -27,19 +27,19 @@ jobs:
uses: actions/checkout@v2

- name: Packer init
uses: hashicorp/packer-github-actions@master
uses: pintu-crypto/packer-github-actions@master
with:
command: init

- name: Validate Template
uses: hashicorp/packer-github-actions@master
uses: pintu-crypto/packer-github-actions@master
with:
command: validate
arguments: -syntax-only
target: aws-ubuntu.pkr.hcl

- name: Build Artifact
uses: hashicorp/packer-github-actions@master
uses: pintu-crypto/packer-github-actions@master
with:
command: build
arguments: "-color=false -on-error=abort"
Expand Down

0 comments on commit 520b409

Please sign in to comment.