Skip to content

Commit

Permalink
fix: add yq toolchain dep
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Aug 25, 2024
1 parent 20fc07c commit 77385e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlark/oci.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ oci_push_info = rule(
oci_push_lib.attrs,
_oci_push_info_sh = attr.label(allow_single_file = True, default = "//starlark:oci_push_info.sh.tpl"),
),
toolchains = oci_push_lib.toolchains,
toolchains = oci_push_lib.toolchains + ["@aspect_bazel_lib//lib:yq_toolchain_type"],
executable = True,
outputs = {
"digest": "%{name}.digest",
Expand Down

0 comments on commit 77385e4

Please sign in to comment.