diff --git a/container/push.bzl b/container/push.bzl index 2c9431a89..966b5866b 100644 --- a/container/push.bzl +++ b/container/push.bzl @@ -82,7 +82,7 @@ def _impl(ctx): tarball = image.get("legacy") if tarball: print("Pushing an image based on a tarball can be very " + - "expensive. If the image is the output of a " + + "expensive. If the image set on %s is the output of a " % ctx.label + "container_build, consider dropping the '.tar' extension. " + "If the image is checked in, consider using " + "container_import instead.")