Hi, I start use a gitlab registry npm
I can publish my package and install on my local env, but when I try run docker build don’t work and return me a 404 project not found
I have a correct .npmrc
on container and the npm token, but don’t work.
Looking the logs I find the url try to get the package it’s https://my-site.com/api/v4/projects/<id>/packages/npm/@<org>/<name>/-/@<org>/<name>-<version>.tgz
On request api to get info about the package on dist.tarball
value match with the url on log.
Tnkns