2 Commits
v0.9 ... v0.11

Author SHA1 Message Date
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

View File

@@ -35,12 +35,7 @@ jobs:
- run: echo ${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
- name: WeChat Work notification
uses: seepine/action-wechat-work@master
if: ${{ env.WECHAT_WORK_BOT_WEBHOOK != '' }}
env:
WECHAT_WORK_BOT_WEBHOOK: ${{ secrets.WECHAT_WORK_BOT_WEBHOOK }}
with:
msgtype: markdown
content: "${{ steps.meta.outputs.REPO_NAME }}构建成功。\n
> 镜像: ${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_USERNAME }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}"
- name: notification
if: ${{ secrets.BARK_TOKEN != '' }}
run: |
https://api.day.app/${{ secrets.BARK_TOKEN }}/GiteaActions/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}已构建?icon=https://gitea.com/assets/img/logo.svg&group=GiteaActions