Skip to content

Commit

Permalink
feat: add mnemonic to the oci_image_index action (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
JB authored Sep 14, 2023
1 parent e6c349d commit 3ccb07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oci/private/image_index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def _oci_image_index_impl(ctx):
outputs = [output],
executable = launcher,
tools = [yq.yqinfo.bin, coreutils.coreutils_info.bin],
mnemonic = "OCIIndex",
progress_message = "OCI Index %{label}",
)

Expand Down

0 comments on commit 3ccb07b

Please sign in to comment.