Skip to content

Commit

Permalink
suggest using output_mapping
Browse files Browse the repository at this point in the history
fixes #56
  • Loading branch information
vito authored May 26, 2021
1 parent a2eab04 commit b39205d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ outputs:
- name: image
```

Use [`output_mapping`] to map this output to a different name in your build plan.
This approach should be used if you're building multiple images in parallel so that
they can have distinct names.

[`output_mapping`]: https://concourse-ci.org/jobs.html#schema.step.task-step.output_mapping

The output will contain the following files:

* `image.tar`: the OCI image tarball. This tarball can be uploaded to a
Expand Down

0 comments on commit b39205d

Please sign in to comment.