Skip to content

Commit

Permalink
chore: clarify usage of param overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
adnankobir committed Mar 9, 2023
1 parent 4d4e7b7 commit 868cdcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ Fetches an image at the exact digest specified by the version.
<td><code>repository</code> <em>(Optional)</em></td>
<td>
Override the repository defined in the <code>source</code> 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`.
</td>
</tr>
<tr>
Expand All @@ -463,7 +463,7 @@ Fetches an image at the exact digest specified by the version.
<td><code>tag</code> <em>(Optional)</em></td>
<td>
Override the tag defined in the <code>source</code>.
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`.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 868cdcd

Please sign in to comment.