Skip to content

Commit

Permalink
Fix CSI-proxy build for releae (kubernetes-sigs#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
marosset authored Jan 24, 2022
1 parent 9691691 commit 29b5787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csi-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
run: |
cd hostprocess/csi-proxy
export version=$(cat ./hostprocess/csi-proxy/VERSION)
export version=$(cat VERSION)
./build.sh --version $version --push

0 comments on commit 29b5787

Please sign in to comment.