This PR (and the one in the C# repo) are trying to improve CI by regrouping DockerHub and ECR in the same flow, using the v2 of the docker action.
Currently, we are waiting on @iHiD for the addition of the following secrets: AWS_ACCOUNT_ID and AWS_REGION, used to generate the environment variable ECR_REGISTRY: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
This PR (and the one in the C# repo) are trying to improve CI by regrouping DockerHub and ECR in the same flow, using the v2 of the docker action.
Currently, we are waiting on @iHiD for the addition of the following secrets:
AWS_ACCOUNT_ID
andAWS_REGION
, used to generate the environment variableECR_REGISTRY: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com