Docker push build cache error
When building an image and trying to store the image cache in the registry, like for example:
docker buildx build . --cache-to type=registry,ref=registry.services.k8s.true.nl/<project-name>/<repository-name>:cache
------
> exporting cache to registry:
------
ERROR: failed to solve: error writing manifest blob: failed commit on ref "sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx": unexpected status from PUT request to https://***/v2/<project-name>/<repository-name>/manifests/buildcache: 404 Not Found
image-manifest=true option to the --cache-to arguments. For example: