hashicorp / hashicorp/setup-packer

Broken github action for latest ?

Open
#118 2 comments 0 reactions 1 assignee Claimed by @ksatirli View on GitHub
bug
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 :(

![image](https://github.com/user-attachments/assets/f968907e-52d9-474d-97de-4fb24a482341)

## 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.