Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
  • Loading branch information
jesserockz committed Sep 13, 2020
1 parent 913f144 commit 5e17fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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|<id>[=<socket>|<key>[,<key>]]`) |

> `List` type can be a comma or newline-delimited string
> ```yaml
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 5e17fae

Please sign in to comment.