polagoab/oci-revision-tagger-action
Github Action that adds a revision tag to images in a container registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The image to process. If this input parameter is an array of images, all images will be processed | yes | — |
| digest | The 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 | — |
| strategy | The revision strategy to use. Valid strategies are alphabetical or numerical. Default is numerical. | no | — |
| os | The OS to use instead of the running OS for choosing images | no | — |
| arch | The ARCH to use instead of the architecture of the machine for choosing images | no | — |
| variant | The VARIANT to use instead of the running architecture variant for choosing images | no | — |
Outputs
| name | description |
|---|---|
| revision | The 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. |
| digest | The 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. |