When trying to push a docker image I'm getting the response: "unauthorized: authentication required". I'm getting this immediately after logging in successfully with "sudo docker login docker.synapse.org"

Created by Jeremy Jacobsen jjacob_cub
My mistake.   "$docker build -t docker.synapse.org/syn12345/my-repo:version1 ./ syntax: docker build -t docker.synapse.org/****/: /path/where/Dockerfile/lives"   I assumed my project synapse ID was my username, but it needs to be created using:   synapse create Project -name   which is covered by: "Before building the docker image, one must create a synapse project."   There is no default project/folder server side to save your image to until you create it. If you don't, docker will just tell you "denied: requested access to the resource is denied" or something similar depending on the docker version.
Dear Jeremy, Can you output your logs here? Best, Tom

Docker Push (unauthorized: authentication required) page is loading…