Skip to content

AMP-313: Use centralized deploy workflow from cp-vp-aks-deploy #399

AMP-313: Use centralized deploy workflow from cp-vp-aks-deploy

AMP-313: Use centralized deploy workflow from cp-vp-aks-deploy #399

Workflow file for this run

name: Build and Publish (Non-Release)
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
ci-draft:
uses: ./.github/workflows/ci-build-publish.yml

Check failure on line 15 in .github/workflows/ci-draft.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-draft.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-draft.yml" -> "./.github/workflows/ci-build-publish.yml" --> "hmcts/cp-vp-aks-deploy/.github/workflows/update-service-tag.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
environment: dev
is_publish: ${{ github.event_name == 'push' }}
trigger_docker: ${{ github.event_name == 'push' }}
trigger_deploy: ${{ github.event_name == 'push' }}
deploy_environment: dev