forked from labring/sealos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
53 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
uses: nebstudio/[email protected] | ||
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/[email protected] | ||
uses: nebstudio/[email protected] | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
uses: nebstudio/[email protected] | ||
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 }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
uses: nebstudio/[email protected] | ||
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/[email protected] | ||
uses: nebstudio/[email protected] | ||
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 }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
uses: nebstudio/[email protected] | ||
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/[email protected] | ||
uses: nebstudio/[email protected] | ||
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 }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
uses: nebstudio/[email protected] | ||
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 }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[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 | ||
|
@@ -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 | ||
|
@@ -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: | ||
|
Oops, something went wrong.