We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9691691 commit 29b5787Copy full SHA for 29b5787
.github/workflows/csi-proxy.yml
@@ -36,5 +36,5 @@ jobs:
36
if: ${{ github.event_name != 'pull_request' }}
37
run: |
38
cd hostprocess/csi-proxy
39
- export version=$(cat ./hostprocess/csi-proxy/VERSION)
+ export version=$(cat VERSION)
40
./build.sh --version $version --push
0 commit comments