This commit is contained in:
千里走单骑 2024-04-02 02:38:40 +08:00
parent 78018047b4
commit dc63e70186
1 changed files with 11 additions and 11 deletions

View File

@ -73,17 +73,17 @@ jobs:
if: ${{ success() }}
needs: [build]
steps:
- name: 🐬更新应用镜像
uses: http://gitea.lntu.edu.cn/actions/gitops@main
with:
email: "gitops@lntu.edu.cn"
name: "千里走单骑"
value: ${{ gitea.repository }}
tag: ${{ github.sha }}
url: ${{ env.DOMAIN }}/${{ secrets.GITOPS_REPO}}
filename: ${{ secrets.FILE_NAME }}
token: ${{ secrets.GITOPS_TOKEN }}
steps:
- name: 🐬更新应用镜像
uses: http://gitea.lntu.edu.cn/actions/gitops@main
with:
email: "gitops@lntu.edu.cn"
name: "千里走单骑"
value: ${{ gitea.repository }}
tag: ${{ github.sha }}
url: ${{ env.DOMAIN }}/${{ secrets.GITOPS_REPO}}
filename: ${{ secrets.FILE_NAME }}
token: ${{ secrets.GITOPS_TOKEN }}
微信通知:
runs-on: ubuntu-latest