diff --git a/README.md b/README.md index 89db5dbf6..51b64d50c 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ Following inputs can be used as `step.with` keys | `cache-from` | CSV | List of [external cache sources](https://github.com/docker/buildx#--cache-fromnametypetypekeyvalue) (eg. `type=local,src=path/to/dir`) | | `cache-to` | CSV | List of [cache export destinations](https://github.com/docker/buildx#--cache-tonametypetypekeyvalue) (eg. `type=local,dest=path/to/dir`) | | `secrets` | CSV | List of secrets to expose to the build (eg. `key=value`, `GIT_AUTH_TOKEN=mytoken`) | +| `ssh` | List | List of SSH agent socket or keys to expose to the build (eg: `default|[=|[,]]`) | > `List` type can be a comma or newline-delimited string > ```yaml diff --git a/action.yml b/action.yml index a10e04f66..1fbb5a1f4 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ inputs: description: "List of secrets to expose to the build (eg. key=value, GIT_AUTH_TOKEN=mytoken)" required: false ssh: - description: "List of ssh configurations to forward to the build (eg. default)" + description: "List of SSH agent socket or keys to expose to the build (eg: default)" required: false outputs: