mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
fix: broken link to secret example docs
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
parent
91df6b874e
commit
3580b78e04
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ to the default Git context:
|
|||
|
||||
Building from the current repository automatically uses the [GitHub Token](https://docs.github.com/en/actions/security-guides/automatic-token-authentication),
|
||||
so it does not need to be passed. If you want to authenticate against another
|
||||
private repository, you have to use a [secret](https://docs.docker.com/build/ci/github-actions/examples/#secrets)
|
||||
private repository, you have to use a [secret](https://docs.docker.com/build/ci/github-actions/secrets)
|
||||
named `GIT_AUTH_TOKEN` to be able to authenticate against it with Buildx:
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Reference in a new issue