There's going to be a set of images created by docker, one for the orchestrator and one for each runner type. We need a way of pushing them to the ECR
Goal
There needs to be an action to run docker buildx bake all that will auto create and push the images. It needs to pull the ECR repository from a secret on the repository level. It needs to have an AWS IAM key and secret with limited permissions to push to only this registry
Introduction
There's going to be a set of images created by docker, one for the orchestrator and one for each runner type. We need a way of pushing them to the ECR
Goal
There needs to be an action to run
docker buildx bake all
that will auto create and push the images. It needs to pull the ECR repository from a secret on the repository level. It needs to have an AWS IAM key and secret with limited permissions to push to only this registry