Categories
docker

Hosting a Docker Image in Github Packages

Create a github actions workflow within your repository. I will assume you have already created a developer token and added to the secrets section of the repository. Mine is named MY_GITHUB_TOKEN in the actions file. I have a simple Dockerfile that installs Nginx. You can use your own if you wish. Once you push your […]