diff --git a/.github/workflows/autobuild-k8s-containerd-part0.yml b/.github/workflows/autobuild-k8s-containerd-part0.yml index 0120f58..4468250 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 348c973..1a467e8 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 cd14890..8c68501 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 6c0be13..bb55187 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 330598e..935662f 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 f0fe7ee..a3c90df 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 43c5fc7..8c10ef3 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 445651c..44ff591 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 39944f5..4435c5d 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 c2d1e9e..b6ef0c3 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 2fcb75b..65bcfaf 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 0edf614..8bfcad2 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 2dc06e4..ec56ef2 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 d927282..3b3fefb 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 }}