Skip to content

Commit

Permalink
ci: 修改CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorqin committed Aug 19, 2022
1 parent 92d81b8 commit c931617
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Publish Github Releases

on:
push:
tags:
- 'v**'
branches:
- master
# push:
# tags:
# - 'v**'
# branches:
# - master
workflow_dispatch:

jobs:
buildRelease:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release-openj9.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish Docker Multi-Platform Images Using Openj9

on:
push:
tags:
- 'v**'
# push:
# tags:
# - 'v**'
workflow_dispatch:

jobs:
docker:
Expand Down Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Publish Docker Multi-Platform Images

on:
push:
tags:
- 'v**'
# push:
# tags:
# - 'v**'
workflow_dispatch:

jobs:
docker:
Expand Down Expand Up @@ -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}}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
- [x] 并发搜索书籍来源
- [x] WebDav同步
- [x] 导入本地书籍,支持epub
- [ ] 完善接口文档
- [x] 阅读3核心兼容。已最大可能兼容,不支持使用webview,不支持使用cookie、cache及调用原生java等高级Javascript功能
- [x] 支持RSS订阅

Expand Down

0 comments on commit c931617

Please sign in to comment.