You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
I've added docker-maven-plugin to my spring-boot app and the image is being built, but when it tries to push to google container registry it says: Failed to parse auth string for https://us.gcr.io
Description
I've added docker-maven-plugin to my spring-boot app and the image is being built, but when it tries to push to google container registry it says: Failed to parse auth string for https://us.gcr.io
Docker login command:
docker login -e 1234@567.com -u _json_key -p "$(cat ~/.secrets/my-secret.json)" https://us.gcr.io
When I run docker push .... locally it works fine and everything gets pushed.
Been trying to find other issues here about it but couldn't find any.
Software:
The text was updated successfully, but these errors were encountered: