Skip to content

Continuous Deployment of refs/heads/main to "copilotmigration" #18

Continuous Deployment of refs/heads/main to "copilotmigration"

Continuous Deployment of refs/heads/main to "copilotmigration" #18

name: Continuous Deployment
run-name: Continuous Deployment of ${{ github.ref }} to "copilotmigration"
on:
push:
branches: ["main"]
jobs:
Test:
uses: ./.github/workflows/test.yml
Build:
needs: Test
uses: ./.github/workflows/build.yml
DeployInfrastructure:
needs: Test
uses: ./.github/workflows/deploy_infrastructure.yml
with:
environment: "copilotmigration"
DeployApplication:
needs: DeployInfrastructure
uses: ./.github/workflows/deploy_mavis.yml
with:
environment: "copilotmigration"
image_tag: ${{ github.sha }}

Check failure on line 22 in .github/workflows/continuous_deployment.yml

View workflow run for this annotation

GitHub Actions / Continuous Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/continuous_deployment.yml (Line: 22, Col: 18): Invalid input, image_tag is not defined in the referenced workflow.

Check failure on line 22 in .github/workflows/continuous_deployment.yml

View workflow run for this annotation

GitHub Actions / Continuous Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/continuous_deployment.yml (Line: 22, Col: 18): Invalid input, image_tag is not defined in the referenced workflow.