BUILDX_GIT_LABELS=
or BUILDX_GIT_LABELS=0
don't deactivate git labels
#1340
Labels
BUILDX_GIT_LABELS=
or BUILDX_GIT_LABELS=0
don't deactivate git labels
#1340
I'm trying to deactivate the behaviour triggered by
BUILDX_GIT_LABELS=1
.I though
BUILDX_GIT_LABELS=0
orBUILDX_GIT_LABELS=
would work but in fact onlyunset 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 runningdocker buildx build
with go'sexec.Command()
The text was updated successfully, but these errors were encountered: