A minimal repository that packages a python application, creates a docker image and pushes to github container registry (ghcr) all using github actions/workflows.
First time commit,
git init
git remote add origin <URL of Repository>
git add *
git add .
git branch -M master
git commit -m "initial commit"
git push origin master