From 0db7b952ae2bebd4faaccacf691e5549dffbcffb Mon Sep 17 00:00:00 2001 From: jackyu Date: Thu, 8 Dec 2022 18:13:03 +0800 Subject: [PATCH] bugfix: build ks-tool error by amd64/ks not exist --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2fedaf9..45c1e7e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: - name: Build image run: | ver=$(git describe --tags) - cp bin/ks_linux_amd64/ks build/ks + cp bin/ks_linux_amd64_v1/ks build/ks docker build ./build -t kubespheredev/ks-tool:v1.17.0-${ver} docker push kubespheredev/ks-tool:v1.17.0-${ver}