From 6f1c75c9096d62cbe2c29168af86e2930f9b3fdb Mon Sep 17 00:00:00 2001 From: muicoder Date: Wed, 14 Jun 2023 18:25:26 +0800 Subject: [PATCH] debug: full-images --- .github/workflows/autobuild-k8s-containerd-part0.yml | 2 +- .github/workflows/autobuild-k8s-containerd-part1.yml | 2 +- .github/workflows/autobuild-k8s-containerd-part2.yml | 2 +- .github/workflows/autobuild-k8s-containerd-part3.yml | 2 +- .github/workflows/autobuild-k8s-containerd-part4.yml | 2 +- .github/workflows/autobuild-k8s-cri-o-part1.yml | 2 +- .github/workflows/autobuild-k8s-cri-o-part2.yml | 2 +- .github/workflows/autobuild-k8s-cri-o-part3.yml | 2 +- .github/workflows/autobuild-k8s-cri-o-part4.yml | 2 +- .github/workflows/autobuild-k8s-docker-part0.yml | 2 +- .github/workflows/autobuild-k8s-docker-part1.yml | 2 +- .github/workflows/autobuild-k8s-docker-part2.yml | 2 +- .github/workflows/autobuild-k8s-docker-part3.yml | 2 +- .github/workflows/autobuild-k8s-docker-part4.yml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) 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 84cb55b..b49ddab 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 f58cfe7..66fde18 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 7c7973c..25ebf8b 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 }}