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
I'm trying to deactivate the behaviour triggered by BUILDX_GIT_LABELS=1.
I though BUILDX_GIT_LABELS=0 or BUILDX_GIT_LABELS= would work but in fact only unset BUILDX_GIT_LABELS works.
I some contexts, it's hard to unset an env variable but very easy to set its value to 0 or empty string. E.g. when running docker buildx build with go's exec.Command()