2 Ways to Use Your Own Docker Image in Github Actions
How to use the docker image to run Github Actions? How to use them to speed up the flows and stabilize tests? And when you should not use them?
This article assumes you have prior knowledge of github actions and …