Skip to content

Commit

Permalink
Merge pull request #2276 from shafeeqes/enh/vex-2
Browse files Browse the repository at this point in the history
feat: Generate OpenVX data for every release
  • Loading branch information
k8s-ci-robot authored Dec 19, 2023
2 parents d99a440 + 9bbed50 commit 5041137
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/openvex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: openvex

on:
workflow_dispatch:
release:
types: [published]
jobs:
vexctl:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set environment variables
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- uses: openvex/generate-vex@c59881b41451d7ccba5c3b74cd195382b8971fcd
# Refer: https://github.com/openvex/vexctl#operational-model
name: Run vexctl
with:
product: pkg:golang/k8s.io/kube-state-metrics/v2@${{ env.RELEASE_VERSION }}

0 comments on commit 5041137

Please sign in to comment.