Skip to content

Build and Rollout Kanvas #92

Build and Rollout Kanvas

Build and Rollout Kanvas #92

name: Build and Rollout Kanvas
on:
workflow_dispatch:
inputs:
branch:
description: Repository branch to build.
type: string
default: master
version:
description: "Version of Meshery (e.g. v0.0.0)"
type: string
required: false
revision:
description: "Revision of Extension (e.g. 1)"
type: string
required: false
jobs:
build-and-release:
uses: ./.github/workflows/build-and-deploy-meshery-extensions-playground-reusable.yml
secrets: inherit
with:
branch: ${{inputs.branch}}
# kanvas-production-test-rollout:
# needs: build-and-release
# uses: ./.github/workflows/production-smoke-test-reusable.yml
# secrets: inherit
# with:
# project: "kanvas"