From d08f56c8c44e6c882fdab3600a5b231b50cf41d9 Mon Sep 17 00:00:00 2001 From: Miraitowa <60005228+nebstudio@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:50:07 +0000 Subject: [PATCH] repleced nebstudio --- .github/workflows/bot.yml | 2 +- .github/workflows/check-link-error.yml | 2 +- .github/workflows/ci-patch-image.yml | 10 +++++----- .github/workflows/cloud-release.yml | 2 +- .github/workflows/cloud.yml | 8 ++++---- .github/workflows/controllers.yml | 12 ++++++------ .github/workflows/deploy-docs-preview.yml | 2 +- .github/workflows/docs-site-image.yml | 4 ++-- .github/workflows/e2e_k3s_multi_node.yml | 4 ++-- .github/workflows/e2e_k8s_multi_node.yml | 4 ++-- .github/workflows/e2e_test_core.yml | 2 +- .github/workflows/e2e_test_core_k3s.yml | 2 +- .github/workflows/e2e_test_image_cri_shim.yml | 2 +- .github/workflows/frontend.yml | 14 +++++++------- .github/workflows/import-save-sealos.yml | 2 +- .github/workflows/objectstorage.yaml | 8 ++++---- .github/workflows/release.yml | 10 +++++----- .github/workflows/services.yml | 12 ++++++------ .github/workflows/sync_code.yml | 2 +- .github/workflows/webhooks.yml | 2 +- 20 files changed, 53 insertions(+), 53 deletions(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index cee8bc2dbe1..c533bea5866 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout the latest code uses: actions/checkout@v3 - name: Gh Robot for Sealos - uses: labring/robot@v2.0.0 + uses: nebstudio/robot@v2.0.0 with: version: v2.0.0 env: diff --git a/.github/workflows/check-link-error.yml b/.github/workflows/check-link-error.yml index c65dd13bd7e..be1c6363919 100644 --- a/.github/workflows/check-link-error.yml +++ b/.github/workflows/check-link-error.yml @@ -40,7 +40,7 @@ jobs: echo "[Full Github Actions output](${GITHUB_WORKFLOW_URL})" >> report.md cat report.md - name: Gh Rebot for Sealos - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ (github.event_name == 'pull_request_target') }} with: version: v0.0.6 diff --git a/.github/workflows/ci-patch-image.yml b/.github/workflows/ci-patch-image.yml index bc84e30d3d2..9ae875f364b 100755 --- a/.github/workflows/ci-patch-image.yml +++ b/.github/workflows/ci-patch-image.yml @@ -3,7 +3,7 @@ name: CI Patch Images Package env: # Common versions GO_VERSION: "1.20" - DEFAULT_OWNER: "labring" + DEFAULT_OWNER: "nebstudio" on: workflow_dispatch: @@ -119,7 +119,7 @@ jobs: - name: Expose git commit data uses: rlespinasse/git-commit-data-action@v1 - name: Renew issue and Sync Images - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -130,7 +130,7 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagebuild_apps sealos latest" save-sealos: uses: ./.github/workflows/import-save-sealos.yml @@ -187,7 +187,7 @@ jobs: env: OWNER: ${{ github.repository_owner }} - name: Renew issue and Sync Images - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -198,5 +198,5 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagesync ghcr.io/${{ github.repository_owner }}/sealos-patch:latest" diff --git a/.github/workflows/cloud-release.yml b/.github/workflows/cloud-release.yml index a273309ba68..58e00b1f2b9 100644 --- a/.github/workflows/cloud-release.yml +++ b/.github/workflows/cloud-release.yml @@ -7,7 +7,7 @@ on: env: # Common versions GO_VERSION: "1.20" - DEFAULT_OWNER: "labring" + DEFAULT_OWNER: "nebstudio" jobs: save-sealos: diff --git a/.github/workflows/cloud.yml b/.github/workflows/cloud.yml index c93b648025b..6dbb2290b03 100644 --- a/.github/workflows/cloud.yml +++ b/.github/workflows/cloud.yml @@ -53,7 +53,7 @@ on: env: # Common versions GO_VERSION: "1.20" - DEFAULT_OWNER: "labring" + DEFAULT_OWNER: "nebstudio" jobs: save-sealos: @@ -106,7 +106,7 @@ jobs: working-directory: deploy/cloud run: | [ -z "${{ inputs.build_from }}" ] && BuildFromTag="latest" || BuildFromTag="${{ inputs.build_from }}"; echo "BuildFromTag=${BuildFromTag}" - sed -i "s#labring#${{ github.repository_owner }}#g" init.sh + sed -i "s#nebstudio#${{ github.repository_owner }}#g" init.sh sed -i "s#latest#${BuildFromTag}#g" init.sh sudo bash init.sh amd64 @@ -133,7 +133,7 @@ jobs: # todo: build multi-arch images - name: Renew issue and Sync Images - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -144,5 +144,5 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagesync ghcr.io/${{ github.repository_owner }}/sealos-cloud:${{ steps.prepare.outputs.tag_name }}" diff --git a/.github/workflows/controllers.yml b/.github/workflows/controllers.yml index 1577b7bf132..f771cb524ec 100644 --- a/.github/workflows/controllers.yml +++ b/.github/workflows/controllers.yml @@ -45,7 +45,7 @@ on: env: # Common versions GO_VERSION: "1.22" - DEFAULT_OWNER: "labring" + DEFAULT_OWNER: "nebstudio" CRYPTOKEY: ${{ secrets.CONTROLLER_BUILD_CRYPTOKEY }} LICENSE_KEY: ${{ secrets.LICENSE_KEY }} jobs: @@ -222,7 +222,7 @@ jobs: id: prepare run: | tag_name=$(bash ./scripts/resolve-tag-image.sh "${{ inputs.push_image }}" "${{ steps.check_tag.outputs.isTag }}" "${{ inputs.push_image_tag }}") - echo old_docker_repo=ghcr.io/labring/sealos-${{ matrix.module.name }}-controller >> $GITHUB_OUTPUT + echo old_docker_repo=ghcr.io/nebstudio/sealos-${{ matrix.module.name }}-controller >> $GITHUB_OUTPUT echo new_docker_repo=ghcr.io/${{ github.repository_owner }}/sealos-${{ matrix.module.name }}-controller >> $GITHUB_OUTPUT echo cluster_repo=ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ matrix.module.name }}-controller >> $GITHUB_OUTPUT echo cluster_image=ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ matrix.module.name }}-controller:${tag_name} >> $GITHUB_OUTPUT @@ -270,7 +270,7 @@ jobs: OWNER: ${{ github.repository_owner }} - name: Renew issue and Sync Images for ${{ steps.prepare.outputs.cluster_image }} - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -281,11 +281,11 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagesync ${{ steps.prepare.outputs.cluster_image }}" - name: Renew issue and Sync Images for ${{ steps.prepare.outputs.latest_cluster_image }} - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -296,5 +296,5 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagesync ${{ steps.prepare.outputs.latest_cluster_image }}" diff --git a/.github/workflows/deploy-docs-preview.yml b/.github/workflows/deploy-docs-preview.yml index 9029e37dc57..1f08a69587a 100644 --- a/.github/workflows/deploy-docs-preview.yml +++ b/.github/workflows/deploy-docs-preview.yml @@ -103,7 +103,7 @@ jobs: echo "[👀 Visit Preview](${{ needs.build.outputs.url }})" >> report.md cat report.md - name: Gh Rebot for Sealos - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ (github.event_name == 'pull_request_target') }} with: version: v0.0.6 diff --git a/.github/workflows/docs-site-image.yml b/.github/workflows/docs-site-image.yml index 8e3bc0199d0..51d628f21fd 100644 --- a/.github/workflows/docs-site-image.yml +++ b/.github/workflows/docs-site-image.yml @@ -24,7 +24,7 @@ jobs: images: | ${{ secrets.DOCKER_USERNAME }}/sealos-site ghcr.io/${{ github.repository_owner }}/sealos-site - registry.cn-hangzhou.aliyuncs.com/labring4docker/sealos-site + registry.cn-hangzhou.aliyuncs.com/nebstudio4docker/sealos-site - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -66,7 +66,7 @@ jobs: update-docs-image: needs: build-docs-image runs-on: ubuntu-latest - if: github.repository == 'labring/sealos' + if: github.repository == 'nebstudio/sealos' steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.github/workflows/e2e_k3s_multi_node.yml b/.github/workflows/e2e_k3s_multi_node.yml index 6340f010145..cb4116c0b39 100644 --- a/.github/workflows/e2e_k3s_multi_node.yml +++ b/.github/workflows/e2e_k3s_multi_node.yml @@ -63,9 +63,9 @@ jobs: shell: bash env: SEALOS_TEST_ARCH: ${{ matrix.arch }} - SEALOS_E2E_TEST_IMAGE_NAME: registry.cn-shanghai.aliyuncs.com/labring/k3s:v1.28.4 + SEALOS_E2E_TEST_IMAGE_NAME: registry.cn-shanghai.aliyuncs.com/nebstudio/k3s:v1.28.4 SEALOS_E2E_TEST_PATCH_IMAGE_TAR: /tmp/sealos/images/patch-${{ matrix.arch }}.tar.gz - SEALOS_E2E_TEST_PATCH_IMAGE_NAME: ghcr.io/labring/sealos-patch:${{ env.GIT_COMMIT_SHORT_SHA }}-${{ matrix.arch }} + SEALOS_E2E_TEST_PATCH_IMAGE_NAME: ghcr.io/nebstudio/sealos-patch:${{ env.GIT_COMMIT_SHORT_SHA }}-${{ matrix.arch }} SEALOS_E2E_TEST_SEALOS_BIN_PATH: /tmp/sealos/bin/sealos ALIYUN_ACCESS_KEY_ID: ${{ secrets.E2E_ALIYUN_ACCESS_KEY_ID }} ALIYUN_ACCESS_KEY_SECRET: ${{ secrets.E2E_ALIYUN_ACCESS_KEY_SECRET }} diff --git a/.github/workflows/e2e_k8s_multi_node.yml b/.github/workflows/e2e_k8s_multi_node.yml index 09a3799fdc8..3aa9dc95fcb 100644 --- a/.github/workflows/e2e_k8s_multi_node.yml +++ b/.github/workflows/e2e_k8s_multi_node.yml @@ -63,9 +63,9 @@ jobs: shell: bash env: SEALOS_TEST_ARCH: ${{ matrix.arch }} - SEALOS_E2E_TEST_IMAGE_NAME: registry.cn-shanghai.aliyuncs.com/labring/kubernetes:v1.28.4 + SEALOS_E2E_TEST_IMAGE_NAME: registry.cn-shanghai.aliyuncs.com/nebstudio/kubernetes:v1.28.4 SEALOS_E2E_TEST_PATCH_IMAGE_TAR: /tmp/sealos/images/patch-${{ matrix.arch }}.tar.gz - SEALOS_E2E_TEST_PATCH_IMAGE_NAME: ghcr.io/labring/sealos-patch:${{ env.GIT_COMMIT_SHORT_SHA }}-${{ matrix.arch }} + SEALOS_E2E_TEST_PATCH_IMAGE_NAME: ghcr.io/nebstudio/sealos-patch:${{ env.GIT_COMMIT_SHORT_SHA }}-${{ matrix.arch }} SEALOS_E2E_TEST_SEALOS_BIN_PATH: /tmp/sealos/bin/sealos ALIYUN_ACCESS_KEY_ID: ${{ secrets.E2E_ALIYUN_ACCESS_KEY_ID }} ALIYUN_ACCESS_KEY_SECRET: ${{ secrets.E2E_ALIYUN_ACCESS_KEY_SECRET }} diff --git a/.github/workflows/e2e_test_core.yml b/.github/workflows/e2e_test_core.yml index b7f1c135363..a9b2aaa57af 100644 --- a/.github/workflows/e2e_test_core.yml +++ b/.github/workflows/e2e_test_core.yml @@ -88,7 +88,7 @@ jobs: sudo mv /tmp/sealos /usr/bin/ sudo sealos version - name: Remove containerd && docker - uses: labring/sealos-action@v0.0.7 + uses: nebstudio/sealos-action@v0.0.7 with: type: prune diff --git a/.github/workflows/e2e_test_core_k3s.yml b/.github/workflows/e2e_test_core_k3s.yml index 05bb5c415f4..5201e4dcd78 100644 --- a/.github/workflows/e2e_test_core_k3s.yml +++ b/.github/workflows/e2e_test_core_k3s.yml @@ -62,7 +62,7 @@ jobs: sudo mv /tmp/sealos /usr/bin/ sudo sealos version - name: Remove containerd && docker - uses: labring/sealos-action@v0.0.7 + uses: nebstudio/sealos-action@v0.0.7 with: type: prune diff --git a/.github/workflows/e2e_test_image_cri_shim.yml b/.github/workflows/e2e_test_image_cri_shim.yml index a4a55f1780a..947f57399a5 100644 --- a/.github/workflows/e2e_test_image_cri_shim.yml +++ b/.github/workflows/e2e_test_image_cri_shim.yml @@ -51,7 +51,7 @@ jobs: name: e2e.test path: /tmp/ - name: Remove containerd && docker - uses: labring/sealos-action@v0.0.7 + uses: nebstudio/sealos-action@v0.0.7 with: type: prune diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index f2c1226133f..4eda11b1b1c 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -47,7 +47,7 @@ on: env: # Common versions GO_VERSION: '1.20' - DEFAULT_OWNER: 'labring' + DEFAULT_OWNER: 'nebstudio' jobs: image-build: @@ -192,8 +192,8 @@ jobs: id: prepare run: | tag_name=$(bash ./scripts/resolve-tag-image.sh "${{ inputs.push_image }}" "${{ steps.check_tag.outputs.isTag }}" "${{ inputs.push_image_tag }}") - echo old_docker_repo=ghcr.io/labring/sealos-${{ env.MODULE_NAME }}-frontend >> $GITHUB_OUTPUT - echo old_docker_image=ghcr.io/labring/sealos-${{ env.MODULE_NAME }}-frontend:latest >> $GITHUB_OUTPUT + echo old_docker_repo=ghcr.io/nebstudio/sealos-${{ env.MODULE_NAME }}-frontend >> $GITHUB_OUTPUT + echo old_docker_image=ghcr.io/nebstudio/sealos-${{ env.MODULE_NAME }}-frontend:latest >> $GITHUB_OUTPUT echo new_docker_repo=ghcr.io/${{ github.repository_owner }}/sealos-${{ env.MODULE_NAME }}-frontend >> $GITHUB_OUTPUT echo new_docker_image=ghcr.io/${{ github.repository_owner }}/sealos-${{ env.MODULE_NAME }}-frontend:${tag_name} >> $GITHUB_OUTPUT echo cluster_repo=ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ env.MODULE_NAME }}-frontend >> $GITHUB_OUTPUT @@ -235,7 +235,7 @@ jobs: OWNER: ${{ github.repository_owner }} - name: Renew issue and Sync Images for ${{ steps.prepare.outputs.cluster_image }} - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -246,11 +246,11 @@ jobs: SEALOS_ISSUE_BODYFILE: 'scripts/ISSUE_RENEW.md' SEALOS_ISSUE_LABEL: 'dayly-report' SEALOS_ISSUE_TYPE: 'day' - SEALOS_ISSUE_REPO: 'labring-actions/cluster-image' + SEALOS_ISSUE_REPO: 'nebstudio-actions/cluster-image' SEALOS_COMMENT_BODY: '/imagesync ${{ steps.prepare.outputs.cluster_image }}' - name: Renew issue and Sync Images for ${{ steps.prepare.outputs.latest_cluster_image }} - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -261,5 +261,5 @@ jobs: SEALOS_ISSUE_BODYFILE: 'scripts/ISSUE_RENEW.md' SEALOS_ISSUE_LABEL: 'dayly-report' SEALOS_ISSUE_TYPE: 'day' - SEALOS_ISSUE_REPO: 'labring-actions/cluster-image' + SEALOS_ISSUE_REPO: 'nebstudio-actions/cluster-image' SEALOS_COMMENT_BODY: '/imagesync ${{ steps.prepare.outputs.latest_cluster_image }}' diff --git a/.github/workflows/import-save-sealos.yml b/.github/workflows/import-save-sealos.yml index 5460ad3d3ce..c477c6751c1 100755 --- a/.github/workflows/import-save-sealos.yml +++ b/.github/workflows/import-save-sealos.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install sealos - uses: labring/sealos-action@v0.0.7 + uses: nebstudio/sealos-action@v0.0.7 with: sealosVersion: "4.1.7" - name: Save Binaries diff --git a/.github/workflows/objectstorage.yaml b/.github/workflows/objectstorage.yaml index 7faf77b82a6..ac3e4b0599c 100644 --- a/.github/workflows/objectstorage.yaml +++ b/.github/workflows/objectstorage.yaml @@ -53,7 +53,7 @@ on: env: # Common versions GO_VERSION: "1.20" - DEFAULT_OWNER: "labring" + DEFAULT_OWNER: "nebstudio" jobs: save-sealos: @@ -106,7 +106,7 @@ jobs: working-directory: deploy/objectstorage run: | [ -z "${{ inputs.build_from }}" ] && BuildFromTag="latest" || BuildFromTag="${{ inputs.build_from }}"; echo "BuildFromTag=${BuildFromTag}" - sed -i "s#labring#${{ github.repository_owner }}#g" init.sh + sed -i "s#nebstudio#${{ github.repository_owner }}#g" init.sh sed -i "s#latest#${BuildFromTag}#g" init.sh sudo bash init.sh amd64 @@ -132,7 +132,7 @@ jobs: OWNER: ${{ github.repository_owner }} - name: Renew issue and Sync Images - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -143,5 +143,5 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagesync ghcr.io/${{ github.repository_owner }}/sealos-cloud-objectstorage:${{ steps.prepare.outputs.tag_name }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c5f7ef858e..47286f04ac4 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release env: # Common versions GO_VERSION: "1.20" - DEFAULT_OWNER: "labring" + DEFAULT_OWNER: "nebstudio" on: workflow_dispatch: @@ -61,7 +61,7 @@ jobs: 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 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -72,11 +72,11 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-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 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -87,7 +87,7 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagebuild_apps sealos ${{steps.get-current-tag.outputs.tag }}" changelog: diff --git a/.github/workflows/services.yml b/.github/workflows/services.yml index 00170a4b298..db0169938b4 100644 --- a/.github/workflows/services.yml +++ b/.github/workflows/services.yml @@ -45,7 +45,7 @@ on: env: # Common versions GO_VERSION: "1.20" - DEFAULT_OWNER: "labring" + DEFAULT_OWNER: "nebstudio" CRYPTOKEY: ${{ secrets.CONTROLLER_BUILD_CRYPTOKEY }} jobs: @@ -203,7 +203,7 @@ jobs: id: prepare run: | bash ./scripts/resolve-tag-image.sh "${{ inputs.push_image }}" "${{ steps.check_tag.outputs.isTag }}" "${{ inputs.push_image_tag }}" - echo old_docker_repo=ghcr.io/labring/sealos-${{ matrix.module }}-service >> $GITHUB_OUTPUT + echo old_docker_repo=ghcr.io/nebstudio/sealos-${{ matrix.module }}-service >> $GITHUB_OUTPUT echo new_docker_repo=ghcr.io/${{ github.repository_owner }}/sealos-${{ matrix.module }}-service >> $GITHUB_OUTPUT echo cluster_repo=ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ matrix.module }}-service >> $GITHUB_OUTPUT @@ -248,7 +248,7 @@ jobs: bash docker/patch/manifest-cluster-images.sh $CLUSTER_IMAGE_NAME bash docker/patch/manifest-cluster-images.sh $CLUSTER_IMAGE_NAME_LATEST - name: Renew issue and Sync Images - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -259,10 +259,10 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagesync ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ matrix.module }}-service:${{ steps.prepare.outputs.tag_name }}" - name: Renew issue and Sync Images for latest - uses: labring/gh-rebot@v0.0.6 + uses: nebstudio/gh-rebot@v0.0.6 if: ${{ github.repository_owner == env.DEFAULT_OWNER }} with: version: v0.0.8-rc1 @@ -273,5 +273,5 @@ jobs: SEALOS_ISSUE_BODYFILE: "scripts/ISSUE_RENEW.md" SEALOS_ISSUE_LABEL: "dayly-report" SEALOS_ISSUE_TYPE: "day" - SEALOS_ISSUE_REPO: "labring-actions/cluster-image" + SEALOS_ISSUE_REPO: "nebstudio-actions/cluster-image" SEALOS_COMMENT_BODY: "/imagesync ghcr.io/${{ github.repository_owner }}/sealos-cloud-${{ matrix.module }}-service:latest" diff --git a/.github/workflows/sync_code.yml b/.github/workflows/sync_code.yml index cb19b9f704f..b4faf09474a 100644 --- a/.github/workflows/sync_code.yml +++ b/.github/workflows/sync_code.yml @@ -4,7 +4,7 @@ on: branches: - main paths: - - staging/src/github.com/labring/** + - staging/src/github.com/nebstudio/** workflow_dispatch: jobs: sync: diff --git a/.github/workflows/webhooks.yml b/.github/workflows/webhooks.yml index 47d05e8a276..d8814921205 100644 --- a/.github/workflows/webhooks.yml +++ b/.github/workflows/webhooks.yml @@ -24,7 +24,7 @@ on: env: # Common versions GO_VERSION: "1.22" - DEFAULT_OWNER: "labring" + DEFAULT_OWNER: "nebstudio" jobs: resolve-modules: