mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
chore: upload install manifest (#6518)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
89cfa88c1e
commit
97f42cfe70
1 changed files with 5 additions and 0 deletions
5
.github/workflows/verify-codegen.yaml
vendored
5
.github/workflows/verify-codegen.yaml
vendored
|
@ -28,3 +28,8 @@ jobs:
|
|||
build-cache-key: verify-codegen
|
||||
- name: Verify generated code is up to date
|
||||
run: make verify-codegen
|
||||
- name: Upload install manifest
|
||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
with:
|
||||
path: .manifest/install.yaml
|
||||
if-no-files-found: error
|
||||
|
|
Loading…
Reference in a new issue