Job to copy docker image from aws to aws govcloud

How could can we automate pulling an image from normal AWS ECR repo, then push it to the AWS GovCloud ECR repo. This would require a change in context in the middle in order to log into the different AWS environments. Can this be done in one job? Or is there a way to split it, keeping the docker image between jobs?

Thanks