XHS-Downloader icon indicating copy to clipboard operation
XHS-Downloader copied to clipboard

添加自动化 actions,优化dockerfile 构建过程 优化 commit

Open muaimingjun opened this issue 1 year ago • 0 comments

主要功能:

  1. 添加 github actions 自动化 构建和推送 docker 镜像
  2. 优化 dockerfile,添加 .dockerignore 过滤不需要的文件(镜像 缩小 20M 左右大小)

自动化触发方式:

  1. 推送到 master 分支
  2. 创建 release v*.*.*
  3. 修改 Dockerfile

测试已经通过: https://github.com/hyh1750522171/XHS-Downloader/actions/runs/10269893880 docker hub: https://hub.docker.com/r/itgpt/xhs-downloader/tags

主要事项:

推送 镜像需要在仓库设置里添加这两个环境变量

image

muaimingjun avatar Aug 06 '24 16:08 muaimingjun