merge-gatekeeper icon indicating copy to clipboard operation
merge-gatekeeper copied to clipboard

Hitting Docker rate limit and ways to avoid that

Open Axelcouty opened this issue 1 year ago • 2 comments

Hello !

First thanks for this project :).

I'm working with merge-gatekeeper as a github action like this:

      - name: Run Merge Gatekeeper
        uses: upsidr/merge-gatekeeper@v1
        with:
          token: whatever

It seems that for our projects every Pull Requests triggers this action which always build a docker image using this Dockerfile. The FROM uses a default docker repository which is prone to rate limits.

To my knowledge there is currently no way to avoid the issue, here are random thoughts to tackle that in the future:

What do you think ?

Axelcouty avatar Jul 05 '23 14:07 Axelcouty