hashicorp / hashicorp/setup-packer
Broken github action for latest ?
- Dominant language
- HCL
- Stars
- 165
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
Hello there,
I maintain the LaluBuntu linux distro (offensive work), and it's relying on packer & github actions for daily builds (docker mostly). We live on latest as it's a rolling distro, and this morning, things broke in the latest github action, any chance you could have a look ? :)
Cheers ! 🌹
# Expected Behavior
`packer version` should work :)
## Current Behavior
`packer version` doesn't work anymore :(

## Steps to Reproduce
Simply add the packer setup workflow
```
[...]
- name: Checkout
uses: actions/checkout@v4
- name: Setup `packer`
uses: hashicorp/setup-packer@main
id: setup
env:
PACKER_LOG: "0"
PRODUCT_VERSION: latest
```
## Environment
- Lalubuntu packer workflow: https://github.com/laluka/lalubuntu/blob/master/.github/workflows/packer.yml#L35
- Failing job logs: https://github.com/laluka/lalubuntu/actions/runs/10176077646/job/28146434543
Have a nice day ! 🌈
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.