polagoab/oci-revision-tagger-action

Github Action that adds a revision tag to images in a container registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageThe image to process. If this input parameter is an array of images, all images will be processedyes
digestThe digest of the given image or empty if the version did not exists before the build. When the input image is an array, the digest needs to be an array of the same size where each element matches the corresponding image entry. no
strategyThe revision strategy to use. Valid strategies are alphabetical or numerical. Default is numerical.no
osThe OS to use instead of the running OS for choosing imagesno
archThe ARCH to use instead of the architecture of the machine for choosing imagesno
variantThe VARIANT to use instead of the running architecture variant for choosing imagesno
namedescription
revisionThe new revision tag or empty if no new revision was created. If the input image and digest are arrays and at least one new revisions has been created, this output will be an array of the same size where each entry matches the corresponding image.
digestThe digest of the image. If the input image and digest are arrays, this output will be an array of the same size and each entry matches the corresponding image.