Skip to content

Continuous deployment of MAV-921_continuous_deployment_job to QA and Test #15

Continuous deployment of MAV-921_continuous_deployment_job to QA and Test

Continuous deployment of MAV-921_continuous_deployment_job to QA and Test #15

name: Continuous deployment
run-name: Continuous deployment of ${{ github.ref_name }} to QA and Test
on:
push:
branches: [MAV-921_continuous_deployment_job]
jobs:
# test:
# uses: ./.github/workflows/test.yml
build-and-push-image:
# needs: test
uses: ./.github/workflows/build-and-push-image.yml

Check failure on line 13 in .github/workflows/continuous-deployment.yml

View workflow run for this annotation

GitHub Actions / Continuous deployment

Invalid workflow file

The workflow is not valid. In .github/workflows/continuous-deployment.yml (Line: 13, Col: 11): Error from called workflow nhsuk/manage-vaccinations-in-schools/.github/workflows/build-and-push-image.yml@ce0092e3da065935fd0e4cd2d488b5e7abce4583 (Line: 39, Col: 9): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs.check-image-tag.outputs.IMAGE_EXISTS == 'False'
deploy-mavis:
needs: build-and-push-image
strategy:
fail-fast: false
matrix:
environment: ["qa", "test"]
uses: ./.github/workflows/deploy-mavis.yml
with:
environment: ${{ matrix.environment }}