File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3737 # list of Docker images to use as base name for tags
3838 images : |
3939 redpandadata/kminion
40+ public.ecr.aws/l9j0i2e0/kminion
4041 # generate Docker tags based on the following events/attributes
4142 # Semver type is only active on 'push tag' events,
4243 # hence no enable condition required
4748 with :
4849 username : ${{ env.DOCKERHUB_USER }}
4950 password : ${{ env.DOCKERHUB_TOKEN }}
51+ - uses : aws-actions/configure-aws-credentials@v4
52+ with :
53+ aws-region : us-east-1
54+ role-to-assume : arn:aws:iam::${{ secrets.RP_AWS_CRED_ACCOUNT_ID }}:role/${{ vars.RP_AWS_CRED_BASE_ROLE_NAME }}${{ github.event.repository.name }}
55+ - name : login to amazon ECR Public
56+ uses : aws-actions/amazon-ecr-login@v2
57+ with :
58+ registry-type : public
5059 - uses : docker/build-push-action@v6
5160 with :
5261 provenance : false
You can’t perform that action at this time.
0 commit comments