-
I am trying to find the way to get repository, tags and digest from the target by target name from oci_push targets that are scattered across my workspace. For this with rules_docker I used provider PushInfo just like this:
Is it possible to do something like this with rules_oci ? |
Beta Was this translation helpful? Give feedback.
Answered by
thesayyn
Nov 19, 2024
Replies: 2 comments 1 reply
-
It must be very close to #60 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can get this information from the stdout of oci_push. oci_push don't have a PushInfo provider. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thesayyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can get this information from the stdout of oci_push. oci_push don't have a PushInfo provider.