From 68f9587cddd8e2e04b5fa20bb3d0c55d9df036f8 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Wed, 6 Sep 2023 23:47:37 +0800 Subject: [PATCH] fix image-cri-shim config Signed-off-by: cuisongliu --- .github/workflows/autobuild-testsealos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild-testsealos.yml b/.github/workflows/autobuild-testsealos.yml index 0ad2634..de2d7d4 100644 --- a/.github/workflows/autobuild-testsealos.yml +++ b/.github/workflows/autobuild-testsealos.yml @@ -15,5 +15,5 @@ jobs: ./sealos version cd k3s && cp -rf ../registry/ . && cd .. ./sealos images - ./sealos build -t xxx . + cd k3s && ../sealos build -t xxx . ./sealos images