Skip to content

Sample repository that creates a docker image of a python script and pushes to github container registry

Notifications You must be signed in to change notification settings

raohammad/github-actions-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample repository that creates a docker image of a python script and pushes to github container registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages