Skip to content

Commit

Permalink
refactor: remote_tags unnecessarily restrictive (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn authored Oct 23, 2024
1 parent 60d3876 commit 8042fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/push.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions oci/private/push.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ _attrs = {
),
"remote_tags": attr.label(
doc = """\
a .txt file containing tags, one per line.
a text file containing tags, one per line.
These are passed to [`crane tag`](
https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_tag.md)
""",
allow_single_file = [".txt"],
allow_single_file = True,
),
"_allowlist_function_transition": attr.label(
default = "@bazel_tools//tools/allowlists/function_transition_allowlist",
Expand Down

0 comments on commit 8042fcb

Please sign in to comment.