Skip to content
Snippets Groups Projects
Commit cb4d0c22 authored by LimeOrangePie's avatar LimeOrangePie
Browse files

chore: Update to build max. 6 images

parent 2e51795c
No related merge requests found
Pipeline #1779 failed
......@@ -4,5 +4,5 @@ if [ -f ./version_list ]; then
rm version_list
fi
LAST_VERSIONS=1
LAST_VERSIONS=6
curl -L -s https://api.github.com/repos/kubernetes/kubectl/git/refs/tags | jq -r '.[].ref' | grep -E '^refs/tags/kubernetes-[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$' | sed 's/refs\/tags\/kubernetes-//' | sort | tail -n ${LAST_VERSIONS} > version_list;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment