Skip to content

Commit

Permalink
Merge pull request #544 from KMConner/readme-add-token-option
Browse files Browse the repository at this point in the history
Add description on `github-token` option to README
  • Loading branch information
crazy-max committed Jan 25, 2022
2 parents 604f033 + 6f7a604 commit 2533762
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 2533762

Please sign in to comment.