docker Download docker image and push to GCP Artifact Registry Repository First pull the docker image you want to download the docker pull cooervo/server-with-args:v1.0 # Specify platform architecture docker pull \ --platform linux/amd64 \ cooervo/server-with-args:v1.0 Then tag Mateo Cuervo 5 Jul 2024 ยท 1 min read