hashicorp / packer-plugin-docker

Packer plugin for Docker Builder
https://www.packer.io/docs/builders/docker
Mozilla Public License 2.0
30 stars 26 forks source link

Add base workflow for generating doc artifacts #1

Closed nywilken closed 3 years ago

nywilken commented 3 years ago

Adding workflow for generating docs artifacts on release. This step is needed in order for remote plugin docs to get ingested into Packer.io :partying_face:

Requires https://github.com/hashicorp/packer/pull/10656/

To actually add the files to Packer.io we need to open a PR against website/data/docs-remote-plugins.json in the Packer repo with a block that looks like this


  {
    "title": "Docker",
    "path": "docker",
    "repo": "hashicorp/packer-plugin-docker"
  }
nywilken commented 3 years ago

pinging @zchsh on updated action. I need to update the documentation to reflect the updated font matter now, then I will merge and release as a full test.