Description:
Hi,
We are experiencing an issue with the Scaleway Container Registry and Qovery regarding the naming and deployment of images.
Steps to Reproduce:
-
Store images in Scaleway Container Registry.
-
Deploy images using Qovery.
-
Use the following image naming convention: $NAMESPACE/$IMAGE:$TAG
• Example: namespace/image:tag
• This works as expected and Qovery deploys the image successfully.
- Attempt to use nested image naming to structure storage: $NAMESPACE/“$PREFIX”/$IMAGE:$TAG
• Example: namespace/prefix/image:tag
• This does not work as expected.
Is this only affecting me ?
Thank you !