fix yaml
This commit is contained in:
parent
78018047b4
commit
dc63e70186
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue