From 432d7172e1e511e1f0e84f2708478f5f278db1b6 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Sun, 25 Jun 2023 19:29:07 +0800 Subject: [PATCH] build(main): add sync patch image (#3398) Signed-off-by: cuisongliu --- .github/workflows/release.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa7572fb296..a4d5bf67d13 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,21 @@ jobs: - name: Fetch Current version id: get-current-tag uses: actions-ecosystem/action-get-latest-tag@v1.6.0 + - name: Renew issue and Sync Patch Images + uses: labring/gh-rebot@v0.0.6 + if: ${{ github.repository_owner == env.DEFAULT_OWNER }} + with: + version: v0.0.8-rc1 + env: + GH_TOKEN: "${{ secrets.GH_PAT }}" + SEALOS_TYPE: "issue_renew" + SEALOS_ISSUE_TITLE: "[DaylyReport] Auto build for sealos" + SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" + SEALOS_ISSUE_LABEL: "dayly-report" + SEALOS_ISSUE_TYPE: "day" + SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_COMMENT_BODY: "/imagebuild_apps sealos-patch ${{steps.get-current-tag.outputs.tag }}" + - name: Renew issue and Sync Images uses: labring/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }}