From 6aadc73751b4fa79987f08043f8b0e3b6cbecf3a Mon Sep 17 00:00:00 2001 From: Aaron Prindle Date: Mon, 17 Oct 2022 15:21:44 -0700 Subject: [PATCH] docs: update v1 and v2 docs to properly reflect recent tagger changes (#7952) --- docs-v2/content/en/docs/pipeline-stages/taggers.md | 2 +- docs/content/en/docs/pipeline-stages/taggers.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-v2/content/en/docs/pipeline-stages/taggers.md b/docs-v2/content/en/docs/pipeline-stages/taggers.md index be5cc7c5c78..b1cdd90b40a 100644 --- a/docs-v2/content/en/docs/pipeline-stages/taggers.md +++ b/docs-v2/content/en/docs/pipeline-stages/taggers.md @@ -167,7 +167,7 @@ it will evaluate `FOO` and `BAR` and use their values to tag the image. {{< alert >}} Note
-`GIT`, `DATE`, and `SHA` are special built-in component references that will evaluate to the default gitCommit, dateTime, and sha256 taggers, respectively. +`GIT`, `DATE`, `SHA`, and `INPUT_DIGEST` are special built-in component references that will evaluate to the default gitCommit, dateTime, sha256, and inputDigest taggers, respectively. Users can overwrite these values by defining a component with one of these names. {{< /alert >}} diff --git a/docs/content/en/docs/pipeline-stages/taggers.md b/docs/content/en/docs/pipeline-stages/taggers.md index b1cdd90b40a..be5cc7c5c78 100644 --- a/docs/content/en/docs/pipeline-stages/taggers.md +++ b/docs/content/en/docs/pipeline-stages/taggers.md @@ -167,7 +167,7 @@ it will evaluate `FOO` and `BAR` and use their values to tag the image. {{< alert >}} Note
-`GIT`, `DATE`, `SHA`, and `INPUT_DIGEST` are special built-in component references that will evaluate to the default gitCommit, dateTime, sha256, and inputDigest taggers, respectively. +`GIT`, `DATE`, and `SHA` are special built-in component references that will evaluate to the default gitCommit, dateTime, and sha256 taggers, respectively. Users can overwrite these values by defining a component with one of these names. {{< /alert >}}