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 be7d9bd commit 0dc4351Copy full SHA for 0dc4351
.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