upsidr / merge-gatekeeper

Get better merge control
MIT License
90 stars 15 forks source link

Improve docker build performance #5

Closed hlts2 closed 3 years ago

hlts2 commented 3 years ago

WHY

If we specify a dockerfile in the actions yaml, it will be docker built every time the job runs. So, using multistage will not improve performance. (This is effective when pulling from docker hub)

WHAT

delete multistage build