F9Uf / go-cicd

cicd pipeline in github action to build docker for go application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO CICD

Secrets Variable

HUB_USERNAME    = <your username>
HUB_PASSWORD    = <your *token*>
REGISTRY        = docker.pkg.github.com
IMAGE_NAME      = <your username>/<your repo>/<image name>:<version>

About

cicd pipeline in github action to build docker for go application


Languages

Language:Go 91.9%Language:Dockerfile 8.1%