Skip to content

Commit

Permalink
Merge pull request #275 from yudong2015/github_action_release
Browse files Browse the repository at this point in the history
bugfix: build ks-tool error by amd64/ks not exist
  • Loading branch information
yudong2015 committed Dec 8, 2022
2 parents 1d2ace1 + 0db7b95 commit 4ea7c29
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 4ea7c29

Please sign in to comment.