diff --git a/.github/workflows/services.yml b/.github/workflows/services.yml index 34d834a5ff5..f35e017b30c 100644 --- a/.github/workflows/services.yml +++ b/.github/workflows/services.yml @@ -222,8 +222,11 @@ jobs: run: | CLUSTER_IMAGE_NAME=${{ steps.prepare.outputs.cluster_repo }}:${{ steps.prepare.outputs.tag_name }} sudo sealos build -t ${CLUSTER_IMAGE_NAME}-amd64 --platform linux/amd64 -f Kubefile + sudo rm -rf registry sudo sealos build -t ${CLUSTER_IMAGE_NAME}-arm64 --platform linux/arm64 -f Kubefile + sudo rm -rf registry sudo sealos images + bash docker/patch/manifest-cluster-images.sh $CLUSTER_IMAGE_NAME - name: Build ${{ matrix.module }}-service cluster image for latest run: | CLUSTER_IMAGE_NAME=${{ steps.prepare.outputs.cluster_repo }}:${{ steps.prepare.outputs.tag_name }}