Skip to content

Commit

Permalink
Add description on github-token option to README
Browse files Browse the repository at this point in the history
Signed-off-by: KMConner <KMConner@users.noreply.github.com>
  • Loading branch information
KMConner committed Jan 24, 2022
1 parent 604f033 commit 6f7a604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -217,6 +217,7 @@ Following inputs can be used as `step.with` keys
| `tags` | List/CSV | List of tags |
| `target` | String | Sets the target stage to build |
| `ulimit`¹ | List | [Ulimit](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#-set-ulimits---ulimit) options (e.g., `nofile=1024:1024`) |
| `github-token` | String | GitHub Token used to authenticate against a repository for Git context (default `${{ github.token }}`) |
> ¹ `cgroup-parent`, `shm-size` and `ulimit` are only available using `moby/buildkit:master`
> as builder image atm:
Expand Down

0 comments on commit 6f7a604

Please sign in to comment.