I used to have this working, but I haven’t used it in a while and had to rebuild the server in between, and now it doesn’t. How do you set up the PAT in the URL in order to access private repos when building using docker compose?

build: 'https://[email protected]/username/repo.git#branch' is what I’m trying to use, but I get:

failed to solve: failed to read downloaded context: failed to load cache key: invalid response status 404

EDIT: See comment for (silly) resolution. The above works.