1
0
Fork 0
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:
Charles-Edouard Brétéché 2023-03-09 16:21:34 +01:00 committed by GitHub
parent 89cfa88c1e
commit 97f42cfe70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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