At some point an output value was made manditory. older versions had a default behavior which was to basically discard the artifact.
Because the buildx command doesn't specify an output driver, the command will fail
it should probably be --output type=cacheonly to replicate previous behavior
At some point an output value was made manditory. older versions had a default behavior which was to basically discard the artifact.
Because the buildx command doesn't specify an output driver, the command will fail
it should probably be
--output type=cacheonlyto replicate previous behavior