diff --git a/push_oci/push_oci.bzl b/push_oci/push_oci.bzl index a4b5e9b7..024c648b 100644 --- a/push_oci/push_oci.bzl +++ b/push_oci/push_oci.bzl @@ -322,6 +322,7 @@ def push_oci( gitops_image_adapter( name = adapter_name, image = image, + tags = tags, visibility = ["//visibility:private"], )