Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Fix warning message ref invalid rule #2079

Merged
merged 1 commit into from
May 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion container/push.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _impl(ctx):
if tarball:
print("Pushing an image based on a tarball can be very " +
"expensive. If the image set on %s is the output of a " % ctx.label +
"container_build, consider dropping the '.tar' extension. " +
"docker_build, consider dropping the '.tar' extension. " +
"If the image is checked in, consider using " +
"container_import instead.")

Expand Down