Skip to content

Workflow file for this run

name: Release to Production
on:
release:
types: [published]
jobs:
call_build_and_push:
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}
image_tag: ${{ github.ref_name }}
secrets: inherit
deploy:
needs: [call_build_and_push]
uses: ./.github/workflows/_update_terraform.yml

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/_update_terraform.yml" (source tag with sha:a4138f5de799e61694d057bc665f0843a2fb8205) : You have an error in your yaml syntax on line 44
with:
image_tag: ${{ github.ref_name }}
deployment_environment: production
secrets: inherit