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

No way to save packer command output #56

Closed danshaub closed 1 year ago

danshaub commented 2 years ago

Before, there was no way to capture the output generated by the packer command, and as such, there was no way to upload the output as an artifact for later use or for logging purposes. This has been solved by the changes in pull request #55

A working version of the workflow with that change active can be found here: https://github.com/marketplace/actions/packer-github-actions-dh_test

ksatirli commented 1 year ago

Hey @danshaub,

Thank you for thinking of this and sharing a solution!

In the older version of this Action (available via master, saving output was indeed not easily possible.

In the new version, available via main, we now support the standard GitHub Actions flow, which allows you to save outputs.

I'll close this issue as it is no longer applicable.