Since we've added multi arch support we started getting timeout errors while publish container images to Amazon ECR Public Gallery.
To unblock the release workflow, we temporarily stopped published to ECR, but we must bring this functionality back. One idea is to create a dedicated workflow that's scheduled after the main release workflow that will pull images from DockerHub, tag them, and publish to ECR. We should also have an option to dispatch this workflow manually with Git revision as param.
Since we've added multi arch support we started getting timeout errors while publish container images to Amazon ECR Public Gallery.
To unblock the release workflow, we temporarily stopped published to ECR, but we must bring this functionality back. One idea is to create a dedicated workflow that's scheduled after the main release workflow that will pull images from DockerHub, tag them, and publish to ECR. We should also have an option to dispatch this workflow manually with Git revision as param.