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 1b3646e commit 17d89adCopy full SHA for 17d89ad
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
./.github/scripts/variables.sh go_code_md5 >> $GITHUB_OUTPUT
90
date=$(date "+%Y%m%d")
91
echo "date=${date}" >> $GITHUB_OUTPUT
92
- k8s_version=$(grep kindest tests/Dockerfile | cut -d ':' -f 2 | cut -d '@' -f 1)
+ k8s_version=$(grep "^K8S_CLUSTER_VERSION" tests/Makefile | cut -d '?' -f 2 | tr -d ' =')
93
echo "k8s_version=${k8s_version}" >> $GITHUB_OUTPUT
94
cat $GITHUB_OUTPUT
95
0 commit comments