From 868cdcd9c445a19b2e4fdd7a609722d5c0a4e69b Mon Sep 17 00:00:00 2001 From: Adnan Kobir Date: Thu, 9 Mar 2023 06:56:52 -0500 Subject: [PATCH] chore: clarify usage of param overrides --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a000309..fd0ff26 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ Fetches an image at the exact digest specified by the version. repository (Optional) Override the repository defined in the source configuration. - Useful when dynamically passing a repo in a job. + Useful when dynamically passing a repo in a job. Not intended to be used with `trigger`. @@ -463,7 +463,7 @@ Fetches an image at the exact digest specified by the version. tag (Optional) Override the tag defined in the source. - Useful when dynamically passing a tag in a job. + Useful when dynamically passing a tag in a job. Not intended to be used with `trigger`.