Skip to content

add Kubernetes v1.30 support to features #2

add Kubernetes v1.30 support to features

add Kubernetes v1.30 support to features #2

Workflow file for this run

on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
jobs:
vexctl:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
name: Run vexctl
with:
product: pkg:golang/k8s.io/minikube@${{ env.RELEASE_VERSION }}