WangNingkai / OLAINDEX

✨ Another OneDrive Directory Index
https://OLAINDEX.JS.ORG
MIT License
2.24k stars 616 forks source link

Add publish docker action #454

Closed WH-2099 closed 3 years ago

WH-2099 commented 3 years ago

利用 Github Actions 提供便利、及时、透明的自动化 Docker 构建及发布( https://hub.docker.com )。

使用方式:

  1. 在 docker hub 中生成新的 token ( https://hub.docker.com/settings/security
  2. 在仓库中设置两个 secrets: DOCKERHUB_USERNAME (值为您的 docker 用户名) DOCKERHUB_TOKEN (值为刚才获取的 token)
  3. 修改此 PR 新增的文件第 34 行的 tag 内容为您想要的 docker 的发布标签
  4. 合并此 PR 即可

另注:我已经对此功能进行了测试,目前构建发布的结果在 https://hub.docker.com/r/wh2099/olaindex

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.