Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 372 Bytes

File metadata and controls

18 lines (13 loc) · 372 Bytes

Introduction

A minimal repository that packages a python application, creates a docker image and pushes to github container registry (ghcr) all using github actions/workflows.

Source Code

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