mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
chore: update secret-envs description
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
0a283b683f
commit
3c7915695f
3 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ inputs:
|
|||
description: "List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken)"
|
||||
required: false
|
||||
secret-envs:
|
||||
description: "List of secrets to expose to the build using environment variables (e.g., MY_SECRET=MY_ENV_VAR)"
|
||||
description: "List of secret env vars to expose to the build (e.g., key=envname, MY_SECRET=MY_ENV_VAR)"
|
||||
required: false
|
||||
secret-files:
|
||||
description: "List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue