Commit Graph

6 Commits

Author SHA1 Message Date
Akhan Zhakiyanov 6669b85272 feat: update action runner to use NodeJS 20 (#90)
* feat: update action to use NodeJS 20

* fix: bump major version as recommended by github

* fix: revert package version
2024-02-07 15:58:20 -08:00
hashicorp-copywrite[bot] c666f87d3e [COMPLIANCE] Add Copyright and License Headers (#73)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2023-02-02 10:26:05 +01:00
Jenna Goldstrich ae6b3ed3be Install Packer as a binary in user's path instead of being an interface for users to run Packer commands (#63)
Code Quality: Super-Linter / Super-Linter (push) Failing after 0s
Security Scan: Snyk Code / snyk (push) Failing after 2s
Code Quality: TypeScript / Node.js (18.x) (push) Failing after 2s
* updates Actions config

* updates docs

* Remove unused code that was moved to the core library, update to hashicorp version of GHA-Core, which is currently still private

Co-authored-by: Kerim Satirli <k.satirli@gmail.com>
Co-authored-by: Alexey Kulakov <uni_que@me.com>
2022-12-08 22:46:34 +01:00
Sylvia Moss f3ef35b95e Document detailed logs and upgrade image to Packer v1.7.0 (#17)
* add docs for detailed logs

* update packer image to v1.7.0

* fix table format

* fix table and make target not required

* document target as directory

* make default target the working dir

* fix readme

* add init command to the list

* removes extraneous spaces

Co-authored-by: Kerim Satirli <k.satirli@gmail.com>
2021-02-27 06:38:18 -05:00
Tom Parker-Shemilt 74ff345c9a Add support for working_directory (#11) 2021-01-22 19:07:02 +01:00
Kerim Satirli d80192d31b Adds Packer action (#1)
* adds `Dockerfile` and `entrypoint.sh`

* adds GitHub Action definition

* adds `README.md`
2020-03-25 16:30:53 +01:00