diff --git a/.github/workflows/autobuild-k8s-containerd-part0.yml b/.github/workflows/autobuild-k8s-containerd-part0.yml index 0c7ca86..cf98a7d 100644 --- a/.github/workflows/autobuild-k8s-containerd-part0.yml +++ b/.github/workflows/autobuild-k8s-containerd-part0.yml @@ -11,7 +11,7 @@ on: - created env: part: 0 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-containerd-part1.yml b/.github/workflows/autobuild-k8s-containerd-part1.yml index 1c20f7a..012f508 100644 --- a/.github/workflows/autobuild-k8s-containerd-part1.yml +++ b/.github/workflows/autobuild-k8s-containerd-part1.yml @@ -11,7 +11,7 @@ on: - created env: part: 1 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-containerd-part2.yml b/.github/workflows/autobuild-k8s-containerd-part2.yml index 7dc17b8..4639123 100644 --- a/.github/workflows/autobuild-k8s-containerd-part2.yml +++ b/.github/workflows/autobuild-k8s-containerd-part2.yml @@ -11,7 +11,7 @@ on: - created env: part: 2 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-containerd-part3.yml b/.github/workflows/autobuild-k8s-containerd-part3.yml index 0521257..ace7e4c 100644 --- a/.github/workflows/autobuild-k8s-containerd-part3.yml +++ b/.github/workflows/autobuild-k8s-containerd-part3.yml @@ -11,7 +11,7 @@ on: - created env: part: 3 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-containerd-part4.yml b/.github/workflows/autobuild-k8s-containerd-part4.yml index 8581396..99a1966 100644 --- a/.github/workflows/autobuild-k8s-containerd-part4.yml +++ b/.github/workflows/autobuild-k8s-containerd-part4.yml @@ -11,7 +11,7 @@ on: - created env: part: 4 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-cri-o-part1.yml b/.github/workflows/autobuild-k8s-cri-o-part1.yml index 88ba262..5a4134f 100644 --- a/.github/workflows/autobuild-k8s-cri-o-part1.yml +++ b/.github/workflows/autobuild-k8s-cri-o-part1.yml @@ -11,7 +11,7 @@ on: - created env: part: 1 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-cri-o-part2.yml b/.github/workflows/autobuild-k8s-cri-o-part2.yml index 16aa858..32ad6d4 100644 --- a/.github/workflows/autobuild-k8s-cri-o-part2.yml +++ b/.github/workflows/autobuild-k8s-cri-o-part2.yml @@ -11,7 +11,7 @@ on: - created env: part: 2 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-cri-o-part3.yml b/.github/workflows/autobuild-k8s-cri-o-part3.yml index ffcaae5..9f77c92 100644 --- a/.github/workflows/autobuild-k8s-cri-o-part3.yml +++ b/.github/workflows/autobuild-k8s-cri-o-part3.yml @@ -11,7 +11,7 @@ on: - created env: part: 3 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-cri-o-part4.yml b/.github/workflows/autobuild-k8s-cri-o-part4.yml index 878217a..12c91cb 100644 --- a/.github/workflows/autobuild-k8s-cri-o-part4.yml +++ b/.github/workflows/autobuild-k8s-cri-o-part4.yml @@ -11,7 +11,7 @@ on: - created env: part: 4 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-docker-part0.yml b/.github/workflows/autobuild-k8s-docker-part0.yml index 2927891..facf861 100644 --- a/.github/workflows/autobuild-k8s-docker-part0.yml +++ b/.github/workflows/autobuild-k8s-docker-part0.yml @@ -11,7 +11,7 @@ on: - created env: part: 0 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-docker-part1.yml b/.github/workflows/autobuild-k8s-docker-part1.yml index 66b9a23..d0091a1 100644 --- a/.github/workflows/autobuild-k8s-docker-part1.yml +++ b/.github/workflows/autobuild-k8s-docker-part1.yml @@ -11,7 +11,7 @@ on: - created env: part: 1 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-docker-part2.yml b/.github/workflows/autobuild-k8s-docker-part2.yml index 5a4d914..4f7c340 100644 --- a/.github/workflows/autobuild-k8s-docker-part2.yml +++ b/.github/workflows/autobuild-k8s-docker-part2.yml @@ -11,7 +11,7 @@ on: - created env: part: 2 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-docker-part3.yml b/.github/workflows/autobuild-k8s-docker-part3.yml index 1b54c72..96451a7 100644 --- a/.github/workflows/autobuild-k8s-docker-part3.yml +++ b/.github/workflows/autobuild-k8s-docker-part3.yml @@ -11,7 +11,7 @@ on: - created env: part: 3 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }} diff --git a/.github/workflows/autobuild-k8s-docker-part4.yml b/.github/workflows/autobuild-k8s-docker-part4.yml index 32bb406..24a28fd 100644 --- a/.github/workflows/autobuild-k8s-docker-part4.yml +++ b/.github/workflows/autobuild-k8s-docker-part4.yml @@ -11,7 +11,7 @@ on: - created env: part: 4 - allBuild: false + allBuild: true registry: ${{ vars.D_REGISTRY_NAME }} repo: ${{ vars.D_REGISTRY_REPOSITORY }} sealosPatch: ${{ github.event.inputs.sealosPatch }}