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 0322d3b commit c0f518cCopy full SHA for c0f518c
.github/workflows/cd.yml
@@ -35,8 +35,7 @@ jobs:
35
- name: 'versions'
36
id: kubectl_versions
37
run: |
38
- VERSION=$(skopeo list-tags docker://registry.k8s.io/kubectl | jq -r '.Tags | .[]| select(. | match("v[0-9].[0-9]{2}.[0-9]$"))' | \
39
- | sort | awk -F"." '$2>31{split($0,a,"."); ret[a[2]] = $0" " }END{for (i=0 ; i<length(ret); i++sd ) { printf ret[i] }}' )
+ skopeo list-tags docker://registry.k8s.io/kubectl | jq -r '.Tags | .[]| select(. | match("v[0-9].[0-9]{2}.[0-9]$"))'
40
echo "kubectl_versions=${VERSIONS} >> $GITHUB_OUTPUT
41
python --version
42
0 commit comments