Skip to content

Commit

Permalink
New workflow which will generate openvex data on each release
Browse files Browse the repository at this point in the history
Signed-off-by: prnvkv <[email protected]>
Co-authored-by: Sandipan Panda  <[email protected]>
Co-authored-by: Sonu Singh  <[email protected]>
  • Loading branch information
3 people committed Dec 15, 2023
1 parent 454e786 commit e6144f2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/vex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
jobs:
vexctl:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- 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 }}

0 comments on commit e6144f2

Please sign in to comment.