Repository contains Dockerfile for several software. This will serve as a central container for dockerized images for several bioinformatics tools and pipelines.
- Login to GitHub/Biogit
- Navigate to https://github.com/settings/tokens
- Click on "Personal access tokens" and create a new token. Save the token somewhere. This token will act as a password
docker build -t ghcr.io/<username>/<repository name>/<image name>:<image version>
docker login ghcr.io -u <username>
Enter the previously saved token when prompted for password
docker push ghcr.io/<username>/<repository name>/<image name>:<image version>
You will be able to see the docker image in the packages section of the repository