Skip to content

Add release workflow #18

Add release workflow

Add release workflow #18

Workflow file for this run

name: Deploy Main to Staging
on:
push:
branches:
- "main"
jobs:
call_build_and_push:
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}
image_tag: main
secrets: inherit
deploy:
needs: [call_build_and_push]
uses: ./.github/workflows/_update_terraform.yml

Check failure on line 15 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "./.github/workflows/_update_terraform.yml" (source branch with sha:a4138f5de799e61694d057bc665f0843a2fb8205) : You have an error in your yaml syntax on line 44
with:
image_tag: main
deployment_environment: staging
secrets: inherit