Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Cut Release To Sandbox #19

Cut Release To Sandbox

Cut Release To Sandbox #19

Workflow file for this run

name: Test Use of Common Cut Release Workflow
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to use'
required: true
default: 'main'
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/cut-release-common.yml@main
with:
branch: main
needs_build: true
install_command: "npm ci"
cloud_deploy: false
skip_deploy: true
secrets:
DOCKER: ${{ secrets.DOCKER }}
GH_PAT: ${{ secrets.GH_PAT }}
KUBE_CONFIG: ${{ secrets.KUBECONFIG_LOCAL }}
BUILD_ARGS: ''
DOCKER_BUILD_ARGS: ''