From 73c7b3d3e36bb51820410fbb23331a71a6f0bee5 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:59:06 +0100 Subject: [PATCH] tidy full example --- examples/full/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/full/MODULE.bazel b/examples/full/MODULE.bazel index 07dfb78..4da2985 100644 --- a/examples/full/MODULE.bazel +++ b/examples/full/MODULE.bazel @@ -68,4 +68,4 @@ oci.pull( image = "hello-world", platforms = ["linux/amd64"], ) -use_repo(oci, "docker_hub_hello_world_linux_amd64", "ghcr_oci") +use_repo(oci, "docker_hub_hello_world", "docker_hub_hello_world_linux_amd64", "ghcr_oci")