Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.17 KB

Template for python scripts

This is a template for python scripts. It is intended to be used as a starting point for new scripts for Netflux. With this template, you can create a new repository with all the necessary actions and workflows to get started (automated testing, linting and docker image creation).

If you want to learn more about template repositories, check out this article.

Requirements

Poetry

This template uses Poetry to manage dependencies and packaging.

Image creation

On a push to the main branch, a new docker image will be created and pushed to the GitHub's package registry. The image will be tagged with the version corresponding to the latest workflow run and as latest.

For more information, check out the GitHub's package registry documentation.