From 7536f6fc422a452e43fc2f442aa162d37b4c6781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Jun 2023 13:21:09 +0000 Subject: [PATCH] docs: update readme with autodoc --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96139c0..726a1bd 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,10 @@ jobs: ### Outputs - `image-digest` - The image digest for this build. -- `image-ref-stripped` - An image reference for this build, stripped of its registry URL (":@"). -- `image-tags-stripped` - Comma-separated list of generated image tags for this build, stripped of their registry URL, without a leading slash (i.e. ":,:"). +- `image-ref` - An image reference for this build (`:@`). +- `image-ref-stripped` - An image reference for this build, stripped of its registry URL (`:@`). +- `image-tags` - Comma-separated list of generated image tags for this build, (`/:,/:`). +- `image-tags-stripped` - Comma-separated list of generated image tags for this build, stripped of their registry URL, without a leading slash (`:,:`). - `unique-id` - A generated unique ID for this run. Can be useful when debugging runners to determine artifact filenames.