From b39205d510858af3f0c1db4b4aa6a7b1872b1df2 Mon Sep 17 00:00:00 2001 From: Alex Suraci Date: Wed, 26 May 2021 14:10:37 -0400 Subject: [PATCH] suggest using output_mapping fixes #56 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0768aca..b3df3fc 100644 --- a/README.md +++ b/README.md @@ -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