An open API service indexing awesome lists of open source software.

https://github.com/j-siu/github-workflows


https://github.com/j-siu/github-workflows

github workflows

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Github Workflows [![Paypal donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate/?business=HZF49NM9D35SJ&no_recurring=0&currency_code=CAD)

Collection of github workflows for my projects. 100% work!

File|Description
---|---
publish-docker.yml|Build and push docker images on new tag. Auto extract image name and version extract from Dockerfile. Push both version and latest to docker hub.
publish-golang.yml|(golang) Create github release on new tag using `goreleaser`.