mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
fix: pin ubuntu version to 22.04 in custom sigstore conformance tests (#11772)
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
This commit is contained in:
parent
e771896541
commit
9eb8fa2de4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conformance.yaml
vendored
2
.github/workflows/conformance.yaml
vendored
|
@ -664,7 +664,7 @@ jobs:
|
||||||
verify: true
|
verify: true
|
||||||
# create cluster
|
# create cluster
|
||||||
- name: Create kind cluster and setup Sigstore Scaffolding
|
- name: Create kind cluster and setup Sigstore Scaffolding
|
||||||
uses: sigstore/scaffolding/actions/setup@0fb6c1e4d34c1d40f58a00da8380b7d5fa65a04c # v0.7.17
|
uses: sigstore/scaffolding/actions/setup@7dd406abbfb07599b10ad048a397a4904d3e40cc
|
||||||
with:
|
with:
|
||||||
version: main
|
version: main
|
||||||
k8s-version: ${{ matrix.k8s-version }}
|
k8s-version: ${{ matrix.k8s-version }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue