Skip to content

Commit

Permalink
fix: add label to tar warning message (bazelbuild#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem authored Nov 25, 2021
1 parent 0aacc53 commit 559dcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/push.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 559dcb3

Please sign in to comment.