hashicorp / setup-packer

Run HashiCorp Packer as part of your GitHub Actions Workflow
https://github.com/marketplace/actions/setup-hashicorp-packer
Apache License 2.0
139 stars 83 forks source link

Add major version tags #93

Closed gsf closed 6 months ago

gsf commented 7 months ago

Please follow GitHub documentation on versioning actions and add major version tags (v1, v2, v3).

Expected Behavior

I expect to be able to pull in the latest v2 for this action with a reference to hashicorp/setup-packer@v2 in my workflow.

Current Behavior

The workflow breaks because there is no v2 tag.

Steps to Reproduce

Create a workflow that includes the following step:

- uses: hashicorp/setup-packer@v2

Environment

Standard ubuntu-latest GitHub Actions runner.

codrinh commented 7 months ago

+1

ritaCanavarro commented 7 months ago

+1

JenGoldstrich commented 6 months ago

Hey all, thanks for opening this issue @gsf this is a good call out, I added a v2 and v3 tag to the action, I held off on v1 because of the action rename between v1->v2, I was able to pull both v2 and v3 actions in a test locally.