From 36de6e13109be8f01a0c21dad1edff2cbe473524 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 29 Jul 2024 08:38:02 -0400 Subject: [PATCH] Regenerate readme from task for oci-copy task --- task/oci-copy/0.1/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/task/oci-copy/0.1/README.md b/task/oci-copy/0.1/README.md index d683c579d6..d560ed4f87 100644 --- a/task/oci-copy/0.1/README.md +++ b/task/oci-copy/0.1/README.md @@ -11,7 +11,7 @@ Note: the bearer token secret, if specified, will be sent to **all servers liste ## Parameters |name|description|default value|required| |---|---|---|---| -|IMAGE|Reference of the image buildah will produce.||true| +|IMAGE|Reference of the image we will push||true| |OCI_COPY_FILE|Path to the oci copy file.|./oci-copy.yaml|false| |BEARER_TOKEN_SECRET_NAME|Name of a secret which will be made available to the build as an Authorization header. Note, the token will be sent to all servers found in the oci-copy.yaml file. If you do not wish to send the token to all servers, different taskruns and therefore different oci artifacts must be used.|does-not-exist|false| |AWS_SECRET_NAME|Name of a secret which will be made available to the build to construct Authorization headers for requests to Amazon S3 using https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-auth-using-authorization-header.html. If specified, this will take precedence over BEARER_TOKEN_SECRET_NAME. The secret must contain two keys: `aws_access_key_id` and `aws_secret_access_key`.|does-not-exist|false| @@ -19,8 +19,8 @@ Note: the bearer token secret, if specified, will be sent to **all servers liste ## Results |name|description| |---|---| -|IMAGE_DIGEST|Digest of the image just built| -|IMAGE_URL|Image repository where the built image was pushed| +|IMAGE_DIGEST|Digest of the artifact just pushed| +|IMAGE_URL|Repository where the artifact was pushed| |SBOM_BLOB_URL|Link to the SBOM blob pushed to the registry.| |IMAGE_REF|Image reference of the built image|