Skip to content

Commit

Permalink
Changed pusher default format to legacy (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohegong authored and smukherj1 committed Jul 31, 2019
1 parent 31c38b0 commit c5537da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/new_push.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ def _impl(ctx):
new_container_push = rule(
attrs = dicts.add({
"format": attr.string(
default = "oci",
default = "legacy",
values = [
"oci",
"docker",
"legacy",
],
doc = "The form to push: docker, legacy or oci, default to 'oci'.",
doc = "The form to push: docker, legacy or oci, default to 'legacy'.",
),
"image": attr.label(
allow_files = True,
Expand Down

0 comments on commit c5537da

Please sign in to comment.