Skip to content

Commit

Permalink
fix hcl config name
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb authored Jun 16, 2023
1 parent 2f92383 commit 5abddb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,20 @@ runs:
with:
command: validate
arguments: -syntax-only
target: rocketchat.pkr.hcl
target: config.pkr.hcl

- name: Initialize plugins
uses: hashicorp/packer-github-actions@master
with:
command: init
target: rocketchat.pkr.hcl
target: config.pkr.hcl

- name: Build images
uses: hashicorp/packer-github-actions@master
with:
command: build
arguments: ${{ format('-color=false -on-error=abort -only={0}', inputs.source) }}
target: rocketchat.pkr.hcl
target: config.pkr.hcl
env:
PACKER_LOG: '1'
PKR_VAR_rocketchat_version: ${{ inputs.tag }}
Expand Down

0 comments on commit 5abddb0

Please sign in to comment.