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