diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index 0c6b64b32a..232d58a5b1 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -56,7 +56,7 @@ jobs: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" echo "::set-output name=sha_long::$(git rev-parse HEAD)" echo "::set-output name=go_version::$(grep "go 1." go.mod | cut -d " " -f 2)" - echo "::set-output name=k8s_version::$(grep -m1 'FROM kindest/node'