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
RUN --mount=type=secret,id=github_username --mount=type=secret,id=github_token git config --global url."https://$(cat /run/secrets/github_username):$(cat /run/secrets/github_token)@github.com".insteadOf "https://github.com"# Do your normal go building stuff...