Skip to content

Commit 0e4a5c3

Browse files
committed
test skopeo
1 parent c0f518c commit 0e4a5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- name: 'versions'
3636
id: kubectl_versions
3737
run: |
38+
python --version
3839
skopeo list-tags docker://registry.k8s.io/kubectl | jq -r '.Tags | .[]| select(. | match("v[0-9].[0-9]{2}.[0-9]$"))'
3940
echo "kubectl_versions=${VERSIONS} >> $GITHUB_OUTPUT
40-
python --version
4141
4242
4343
#build:

0 commit comments

Comments
 (0)