From f0a291b5fa4e65d181b14f92e07db261c9019af5 Mon Sep 17 00:00:00 2001 From: andrew shan <45474304+andrewshan@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:27:50 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E8=84=9A=E6=9C=AC=E6=9D=83=E9=99=90=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20(#16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat:调整构建脚本,删除nginx代码 * 使用rm -f防止删除失败 * feat; 无需执行清理逻辑 * feat: 修改nginx限流的问题 * feat: 重新编写readme * feat: 支持容器镜像的构建 * feat:修复脚本权限的问题 --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bb51316..9a3d84d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -38,4 +38,4 @@ jobs: DOCKER_TAG: ${{ steps.get_version.outputs.VERSION }} run: | cd build - ./build_docker.sh ${DOCKER_TAG} + bash build_docker.sh ${DOCKER_TAG}