Skip to content

Commit

Permalink
repleced nebstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
nebstudio committed Jul 15, 2024
1 parent 26604f9 commit d08f56c
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout the latest code
uses: actions/checkout@v3
- name: Gh Robot for Sealos
uses: labring/[email protected]
uses: nebstudio/[email protected]
with:
version: v2.0.0
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-link-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: nebstudio/[email protected]
if: ${{ (github.event_name == 'pull_request_target') }}
with:
version: v0.0.6
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-patch-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
env:
OWNER: ${{ github.repository_owner }}
- name: Renew issue and Sync Images
uses: labring/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/cloud-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
# Common versions
GO_VERSION: "1.20"
DEFAULT_OWNER: "labring"
DEFAULT_OWNER: "nebstudio"

jobs:
save-sealos:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
env:
# Common versions
GO_VERSION: "1.20"
DEFAULT_OWNER: "labring"
DEFAULT_OWNER: "nebstudio"

jobs:
save-sealos:
Expand Down Expand Up @@ -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
Expand All @@ -133,7 +133,7 @@ jobs:
# todo: build multi-arch images

- name: Renew issue and Sync Images
uses: labring/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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 }}"
12 changes: 6 additions & 6 deletions .github/workflows/controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
OWNER: ${{ github.repository_owner }}

- name: Renew issue and Sync Images for ${{ steps.prepare.outputs.cluster_image }}
uses: labring/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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 }}"
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
echo "[👀 Visit Preview](${{ needs.build.outputs.url }})" >> report.md
cat report.md
- name: Gh Rebot for Sealos
uses: labring/[email protected]
uses: nebstudio/[email protected]
if: ${{ (github.event_name == 'pull_request_target') }}
with:
version: v0.0.6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-site-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_k3s_multi_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_k8s_multi_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
sudo mv /tmp/sealos /usr/bin/
sudo sealos version
- name: Remove containerd && docker
uses: labring/[email protected]
uses: nebstudio/[email protected]
with:
type: prune

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test_core_k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo mv /tmp/sealos /usr/bin/
sudo sealos version
- name: Remove containerd && docker
uses: labring/[email protected]
uses: nebstudio/[email protected]
with:
type: prune

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test_image_cri_shim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: e2e.test
path: /tmp/
- name: Remove containerd && docker
uses: labring/[email protected]
uses: nebstudio/[email protected]
with:
type: prune

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:
env:
# Common versions
GO_VERSION: '1.20'
DEFAULT_OWNER: 'labring'
DEFAULT_OWNER: 'nebstudio'

jobs:
image-build:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
OWNER: ${{ github.repository_owner }}

- name: Renew issue and Sync Images for ${{ steps.prepare.outputs.cluster_image }}
uses: labring/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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 }}'
2 changes: 1 addition & 1 deletion .github/workflows/import-save-sealos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install sealos
uses: labring/[email protected]
uses: nebstudio/[email protected]
with:
sealosVersion: "4.1.7"
- name: Save Binaries
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/objectstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
env:
# Common versions
GO_VERSION: "1.20"
DEFAULT_OWNER: "labring"
DEFAULT_OWNER: "nebstudio"

jobs:
save-sealos:
Expand Down Expand Up @@ -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
Expand All @@ -132,7 +132,7 @@ jobs:
OWNER: ${{ github.repository_owner }}

- name: Renew issue and Sync Images
uses: labring/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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 }}"
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
env:
# Common versions
GO_VERSION: "1.20"
DEFAULT_OWNER: "labring"
DEFAULT_OWNER: "nebstudio"

on:
workflow_dispatch:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
id: get-current-tag
uses: actions-ecosystem/[email protected]
- name: Renew issue and Sync Patch Images
uses: labring/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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/[email protected]
uses: nebstudio/[email protected]
if: ${{ github.repository_owner == env.DEFAULT_OWNER }}
with:
version: v0.0.8-rc1
Expand All @@ -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:
Expand Down
Loading

0 comments on commit d08f56c

Please sign in to comment.