From 5c4fa0cc28e839a36f96a831d05538d442a0a070 Mon Sep 17 00:00:00 2001 From: Michael Schiff Date: Fri, 7 Aug 2026 01:21:06 -0700 Subject: [PATCH] pass tags through to underlying gitops_image_adapter declaration --- push_oci/push_oci.bzl | 1 + 1 file changed, 1 insertion(+) 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"], )