Skip to content

running-go/go-actions-test

Repository files navigation

go-actions-test

golang ci test

构建和运行

docker容器运行当前容器

  • 构建当前容器
./docker-build.sh
  • 运行当前容器
docker run --name go-action-test -p 10101:10101 docker.io/akenisocean/go-action-test:v0.0.2
  • 删除当前启动的容器
docker stop go-action-test && docker rm go-action-test

helm charts k8s方式部署

  • 部署
helm install go-actions-test charts/go-actions-test
  • 卸载
helm uninstall go-actions-test