Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.28 KB

Actions-buildUtils

一些通用的白嫖git Actions的构建工具

使用教程

填写参数

fork本仓库

按如下操作添加参数 image

重要参数

  • DOCKER_HUB_USERNAME docker-hub 用户名
  • DOCKER_HUB_ACCESS_TOKEN docker-hub 读写权限token或者密码,建议使用token

构建

按如下步骤点击

image image

快乐白嫖,记得给我点个star https://github.com/mzzsfy/Actions-buildUtils

私有库用法

github: 首先创建token https://github.com/settings/tokens/new

git地址写法https://oauth2:<token>@github.com/name/repo

其它git服务

git地址写法https://<username>:<password>@<url>