I am getting below error when I run docker push command on my Azure Linux server,
The push refers to repository [prio.azurecr.io/prio-adi-piplines]
ea8e4df76021: Preparing
48b104cbbb7b: Preparing
ceaf9e1ebef5: Preparing
9b9b7f3d56a0: Preparing
f1b5933fe4b5: Preparing
error parsing HTTP 403 response body: unexpected end of JSON input: ""
I have simply updated our application.properties files with new secret key and executed mvn build commands and then docker build command both of them were successful.
After running those commands I ran docker push command Sudo docker push prio.azurecr.io/prio-adi-piplines:latest
and I started getting above error.
I have a very limited knowledge on docker and I am not able to figure out exactly what is wrong.
Can anyone please guide me on how can I resolve this issue?