Cache mount ID is not prefixed with cache key when deploying test instance
RUN --mount=type=cache,id=c23befe0-e87a-42f6-a6d5-c4a5c738679d-cache-pnpm,target=/pnpm/store pnpm install --frozen-lockfile
still fails with the same error
Cache mount ID is not prefixed with cache key when deploying test instance
I hit this error too. What exactly is the format it wants?
I have the following line in my Dockerfile and still got the error "Cache mount ID is not prefixed with cache key"
RUN --mount=type=cache,id=cache-pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN --mount=type=cache,id=cache-pnpm,target=/pnpm/store pnpm install --frozen-lockfile