777230be59
This new role will be used to replace our upload-docker-image role in the future. Change-Id: I0e2b0cca6575255520aa6d4d48a12128ab5f46cc Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
484 B
ReStructuredText
14 lines
484 B
ReStructuredText
Upload one or more container images.
|
|
|
|
.. include:: ../../roles/build-container-image/common.rst
|
|
|
|
.. zuul:rolevar:: upload_container_image_promote
|
|
:type: bool
|
|
:default: true
|
|
|
|
If ``true`` (the default), then this role will upload the image(s)
|
|
to the container registry with special tags designed for use by the
|
|
promote-container-image role. Set to ``false`` to use
|
|
this role to directly upload images with the final tag (e.g., as
|
|
part of an un-gated release job).
|