How to self-create a docker image in GitHub Action then use it for steps?
Is it possible to omit using of Docker Hub and any docker image repo/registry to use a docker image in GitHub Actions? I have a self-hosted runner Linux PC which is able to create my own docker image in any time. Is it possible to make a GitHub Action which in the first step create … Read more