diff --git a/oci/private/pull.bzl b/oci/private/pull.bzl index 0a911c44..c87e3668 100644 --- a/oci/private/pull.bzl +++ b/oci/private/pull.bzl @@ -26,7 +26,7 @@ _IMAGE_REFERENCE_ATTRS = { ), "config": attr.label( # TODO(2.0): remove - doc = "Label to a .docker/config.json file. `config` attribute overrides `config_path` attribute. DEPRECATED, will be removed in 2.0", + doc = "Label to a .docker/ file. `config` attribute overrides `config_path` attribute. DEPRECATED, will be removed in 2.0", allow_single_file = True, ), "config_path": attr.label(