Skip to content

Commit

Permalink
Fix the ks path errors during docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Mar 9, 2021
1 parent 9868ad5 commit dd824a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
ver=$(git describe --tags)
docker login --username ${{ secrets.DOCKER_HUB_USER }} --password ${{secrets.DOCKER_HUB_TOKEN}}
cp bin/ks_linux_amd64/ks build/ks
docker build ./build -t surenpi/ks:${ver}
docker push surenpi/ks:${ver}
Expand Down

0 comments on commit dd824a8

Please sign in to comment.