From 0bcf66d05a3d425e22b995020ca31bdbcaf48823 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Thu, 17 Oct 2024 17:20:19 +0100 Subject: [PATCH] automation: Fix URL to the gitlab container registry documentation The gitlab documentation is now at https://docs.gitlab.com/ee/administration/packages/container_registry.html Signed-off-by: Javi Merino Reviewed-by: Anthony PERARD Acked-by: Stefano Stabellini --- automation/build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/build/README.md b/automation/build/README.md index bd0c0e0418..ecc898680c 100644 --- a/automation/build/README.md +++ b/automation/build/README.md @@ -110,7 +110,7 @@ make -C automation/build opensuse/tumbleweed-x86_64 PUSH=1 [BuildKit]: https://docs.docker.com/build/buildkit/ [registry]: https://gitlab.com/xen-project/xen/container_registry -[registry help]: https://gitlab.com/help/user/project/container_registry +[registry help]: https://docs.gitlab.com/ee/user/packages/container_registry/ Building/Running container for a different architecture -- 2.39.5