You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ to the default Git context:
128
128
129
129
Building from the current repository automatically uses the [GitHub Token](https://docs.github.com/en/actions/security-guides/automatic-token-authentication),
130
130
so it does not need to be passed. If you want to authenticate against another
131
-
private repository, you have to use a [secret](https://docs.docker.com/build/ci/github-actions/examples/#secrets)
131
+
private repository, you have to use a [secret](https://docs.docker.com/build/ci/github-actions/secrets)
132
132
named `GIT_AUTH_TOKEN` to be able to authenticate against it with Buildx:
0 commit comments