This message was deleted.
# ask-for-help
s
This message was deleted.
m
I seem to have made some progress in regards to authentication, but now I get the following error
Copy code
error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: checking push permission for "europe-west1-docker.pkg.dev/<projectID>/yatai-bentos:yatai.iris_classifier.dwplxzxkvgf4a7tz": creating push check transport for europe-west1-docker.pkg.dev failed: GET <https://europe-west1-docker.pkg.dev/v2/token?scope=repository%3A><projectID>%2Fyatai-bentos%3Apush%2Cpull&service=: NAME_INVALID: Missing image name. Pushes should be of the form docker push HOST-NAME/PROJECT-ID/REPOSITORY/IMAGE
It seems that this name for the repository and image is not valid
<http://europe-west1-docker.pkg.dev/|europe-west1-docker.pkg.dev/><projectID>/yatai-bentos:yatai.iris_classifier.dwplxzxkvgf4a7tz
instead of the : before yatai.iris, there should be an image name followed by a /, like:
<http://europe-west1-docker.pkg.dev/|europe-west1-docker.pkg.dev/><projectID>/yatai-bentos/IMAGENAME:yatai.iris_classifier.dwplxzxkvgf4a7tz2
How can I achieve this?
OK, I reconfigured my bentoRepositoryName and now it works as intended 🥳
🎉 4
🙌 1
n
Did you add something like /bentos at the end of the bentoRepositoryName? like
projectId/repo/bentos
?