- Create a personal token: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
docker login ghcr.io --username github-account
[Paste your GitHub token on this prompt]
- Build the image for the server
docker image build --platform linux/amd64 -t cluster-jupyter .
- Tag and push your Docker images
docker tag cluster-jupyter ghcr.io/eth-peach-lab/datascience-visualisation/cluster-jupyter:latest
docker push ghcr.io/eth-peach-lab/datascience-visualisation/cluster-jupyter:latest