Skip to content

Central repo for all actions, workflows, templates, labels, etc.

License

Notifications You must be signed in to change notification settings

crushten/github_workflow_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Overview

This repo is the central repository for all of the Github Actions and workflows for the various projects I have.

Also serves as a reference for issue templates, labels, and git notes.

Git Notes

Tags

Create git tag: git tag -a v0.1.0 -m "First release"
Push git tag: git push origin v0.1.0

Delete git tag: git tag -d v1.0
Delete remote tag: git push --delete origin v1.0

Supported Workflows

These are the current supported workflows that this repo covers:

  • Docker
  • Terraform
  • Golang Applications

About

Central repo for all actions, workflows, templates, labels, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published