更新 '.gitea/workflows/build.yaml'
Some checks are pending
Gitea-Actions

This commit is contained in:
huanghs 2023-03-23 16:13:27 +08:00
parent 510e80bc53
commit 64e90984a1

View File

@ -1,5 +1,8 @@
name: Gitea Actions Demo
on: [push]
on:
push:
tags:
- v*
jobs:
Gitea-Actions:
runs-on: ubuntu-latest
@ -20,3 +23,11 @@ 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 }}"