From 68b3007048705330d20a1cd0e7f76bc0213d4ec5 Mon Sep 17 00:00:00 2001 From: Cory Calahan Date: Tue, 4 Jun 2024 19:09:30 -0700 Subject: [PATCH] [Packages] Add troubleshooting section for Container Registry (#50674) --- .../working-with-the-container-registry.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md b/content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md index 1a89cc7d40d9..9e325c54c386 100644 --- a/content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md +++ b/content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md @@ -235,3 +235,8 @@ For example, the following {% data variables.product.prodname_actions %} workflo push: true outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=My multi-arch image ``` + +## Troubleshooting + +- The {% data variables.product.prodname_container_registry %} has a 10 GB size limit for each layer. +- The {% data variables.product.prodname_container_registry %} has a 10 minute timeout limit for uploads.