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
Warning for no output specified should not be displayed if named context input is being used as dependency for another target that has a defined output:
$ docker buildx bake --set app.tags=user/app:latest --set app.output=type=cacheonly app
...
#12 [app 1/2] RUN echo "Hello world"
#12 CACHED
WARNING: No output specified for docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
Not linked to this issue but if len(opt) > 1 we should display the target name in the warning message.
Warning for no output specified should not be displayed if named context input is being used as dependency for another target that has a defined output:
Not linked to this issue but if
len(opt) > 1
we should display the target name in the warning message.cc @tonistiigi
The text was updated successfully, but these errors were encountered: