Skip to content

Commit

Permalink
bugfix: build ks-tool error by amd64/ks not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
yudong2015 committed Dec 8, 2022
1 parent af7c2cc commit 0db7b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0db7b95

Please sign in to comment.