8 Commits
v0.3 ... v0.12

Author SHA1 Message Date
9d664404f5 更新 '.gitea/workflows/build.yaml'
Some checks failed
Gitea-Actions
2023-04-12 09:53:49 +08:00
1db8e3a50a 更新 '.gitea/workflows/build.yaml'
All checks were successful
Gitea-Actions
2023-04-12 09:47:46 +08:00
68fb5d1b21 更新 '.gitea/workflows/build.yaml'
Some checks failed
Gitea-Actions
2023-04-12 09:43:24 +08:00
44d2b447ca 更新 '.gitea/workflows/build.yaml'
All checks were successful
Gitea-Actions
2023-03-24 11:30:41 +08:00
b3b974942d 更新 '.gitea/workflows/build.yaml'
Some checks failed
Gitea-Actions
2023-03-24 11:24:00 +08:00
0d14f451f3 更新 '.gitea/workflows/build.yaml'
Some checks failed
Gitea-Actions
2023-03-24 11:15:58 +08:00
6dd54fafd6 更新 '.gitea/workflows/build.yaml' 2023-03-23 17:25:15 +08:00
b4cb324e8e 更新 '.gitea/workflows/build.yaml'
Some checks are pending
Gitea-Actions
2023-03-23 16:17:13 +08:00

View File

@@ -14,6 +14,18 @@ jobs:
DOCKER_REGISTRY: registry.cn-hangzhou.aliyuncs.com
DOCKER_USERNAME: rsjst
steps:
- name: Checkout
uses: actions/checkout@v3
- run: cat README.md
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
- run: java -version
- name: Get Meta
id: meta
@@ -23,11 +35,7 @@ jobs:
- run: echo ${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
- name: WeChat Work notification
uses: seepine/action-wechat-work
env:
WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}}
with:
msgtype: markdown
content: "${{ steps.meta.outputs.REPO_NAME }}构建成功。\n
> 镜像:${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}"
- name: notification
if: ${{ secrets.BARK_TOKEN != '' }}
run: |
curl 'https://api.day.app/${{ secrets.BARK_TOKEN }}/GiteaActions/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} build success.?icon=https://gitea.io/images/gitea.png&group=GiteaActions'