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}