github.com/orivej/packer@v0.10.1/command/test-fixtures/push-builds/template.json (about)

     1  {
     2      "builders": [
     3          {"type": "dummy"},
     4          {"type": "dummy", "name": "foo"}
     5      ],
     6  
     7      "post-processors": [{
     8          "type": "atlas",
     9          "only": ["dummy"]
    10      }],
    11  
    12      "push": {
    13          "name": "foo/bar"
    14      }
    15  }