diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2241be9..64d3672d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@master with: - name: hectorqin/reader + name: hectorqin/reader-basic username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} snapshot: true diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 5cc27d27..78d79260 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -1,11 +1,12 @@ name: Publish Github Releases on: - push: - tags: - - 'v**' - branches: - - master + # push: + # tags: + # - 'v**' + # branches: + # - master + workflow_dispatch: jobs: buildRelease: diff --git a/.github/workflows/release-openj9.yml b/.github/workflows/release-openj9.yml index 73c58304..cf1b7491 100644 --- a/.github/workflows/release-openj9.yml +++ b/.github/workflows/release-openj9.yml @@ -1,9 +1,10 @@ name: Publish Docker Multi-Platform Images Using Openj9 on: - push: - tags: - - 'v**' + # push: + # tags: + # - 'v**' + workflow_dispatch: jobs: docker: @@ -39,7 +40,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - hectorqin/reader + hectorqin/reader-basic # generate Docker tags based on the following events/attributes flavor: | latest=false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92151347..27811799 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,10 @@ name: Publish Docker Multi-Platform Images on: - push: - tags: - - 'v**' + # push: + # tags: + # - 'v**' + workflow_dispatch: jobs: docker: @@ -39,7 +40,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - hectorqin/reader + hectorqin/reader-basic # generate Docker tags based on the following events/attributes tags: | type=semver,pattern={{version}} diff --git a/README.md b/README.md index 3ca27c62..9b195b72 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ - [x] 并发搜索书籍来源 - [x] WebDav同步 - [x] 导入本地书籍,支持epub -- [ ] 完善接口文档 - [x] 阅读3核心兼容。已最大可能兼容,不支持使用webview,不支持使用cookie、cache及调用原生java等高级Javascript功能 - [x] 支持RSS订阅