Secrets > Actions Second," /> Secrets > Actions Second," />

Tag: runner

  • Docker – Build Image on GITHub And Push To Private Registry

    Docker – Build Image on GITHub And Push To Private Registry

    Hosting your own registry is one thing, but deploying a “runner” or similar (including all of the associated infrastructure) may be overkill for your project. Luckily, GITHub (Mirco$oft) has you covered. All you need is: A project with Dockerfile Hosted on GITHub in a repo A Docker registry (private or DockerHUB account is fine) First,…