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 c11318f commit 9bbed50Copy full SHA for 9bbed50
.github/workflows/openvex.yml
@@ -2,9 +2,8 @@ name: openvex
2
3
on:
4
workflow_dispatch:
5
- push:
6
- tags:
7
- - 'v*.*.*'
+ release:
+ types: [published]
8
jobs:
9
vexctl:
10
runs-on: ubuntu-latest
@@ -17,4 +16,4 @@ jobs:
17
16
# Refer: https://github.com/openvex/vexctl#operational-model
18
name: Run vexctl
19
with:
20
- product: pkg:golang/kubernetes/kube-state-metrics@${{ env.RELEASE_VERSION }}
+ product: pkg:golang/k8s.io/kube-state-metrics/v2@${{ env.RELEASE_VERSION }}
0 commit comments