Can't upgrade from 2022.03.5 to version 2022.07.0

My network has been offline for a while as my Unifi USG stopped working. I’ve now got a replacement but as HA has been out of action for a while there’s quite a jump in version number (not sure if that has anything to do with it).

“You have 2022.03.5 installed. Click update to update to version 2022.07.0”

The error I’m getting is this.

“Update of Supervisor failed: Can’t install ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.07.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2022.07.0&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error (“Get “https://ghcr.io/v2/”: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)”)”

I can actually visit ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.07.0 and it comes up with the Github page: Package aarch64-hassio-supervisor · GitHub

If I disable Protection mode on the SSH & Web Terminal and then from the command line try:

docker pull ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.07.0

I get the following error:

Error response from daemon: Get “Loading...”: context deadline exceeded

If I try:

docker pull ghcr.io/home-assistant/aarch64-hassio-supervisor:2022.08.1 I get the following:

Error response from daemon: Get “Loading...”: net/http request cancelled while waiting for connection (Client.Timeout exceeded while awaiting headers)

Is this a problem with Github? Maybe the command is not correct? Any help appreciated.

Thanks.