Samagra-Development / workflow

Workflow is an Open Source project aimed towards the creation of data flow models using config files thereby allowing you to easily create and interact with stateful applications with minimum setup.
https://samagra-development.github.io/workflow
5 stars 28 forks source link

feat(docker): added workflows for building and pushing docker images #19

Open Ansh-Sarkar opened 1 year ago

Ansh-Sarkar commented 1 year ago

Description

Added workflows for automatic building of docker images and pushing to ghcr repository

Changes

Added new workflows under the .github folder

How to test

The build and pushing of docker images is triggered automatically upon pushing a tagged release.

Partially Solves Issue : #14