Skip to content

Merge pull request #1 from aboutte/pipeline #7

Merge pull request #1 from aboutte/pipeline

Merge pull request #1 from aboutte/pipeline #7

Workflow file for this run

name: Check Main
on:
push:
branches:
- main
tags:
- v*
jobs:
test:
name: Main
uses: ./.github/workflows/test.yml
image:
name: Main
needs: test
secrets: inherit
uses: ./.github/workflows/image.yml
deploy:
name: Main
uses: ./.github/workflows/deploy.yml
needs: image
secrets: inherit
with:
image: ${{ needs.image.outputs.image }}
environment: qa-aws