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

Update tutorials

Update tutorials #31

Workflow file for this run

name: Test Use of Common Dev Workflow
on:
pull_request:
types: [closed]
branches: [ "main" ]
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-dev-common.yml@main
with:
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: ''