Hey,
the docs say this:
….requires you to publish your plugin in a GitHub repo with the name packer-plugin-*
where * represents the name of your plugin…
So I did exactly that, battled through outdated release GHA and config until I finally made a release. Now, when I want to test this packer says:
Error: Failed to parse source
on _bootc_release_zzzap.pkr.hcl line 3, in packer:
3: image-builder = {
4: version = ">= 0.0.5"
5: source = "github.com/lzap/packer-plugin-image-builder"
6: }
Plugin source has a type with the prefix "packer-plugin-", which isn't valid.
Although that prefix is often used in the names of version control repositories
for Packer plugins, plugin source strings should not include it.
Did you mean "image-builder"?
I am confused.