Skip to content

Implement terraform for infra as code and kubernetes deployment #6

Implement terraform for infra as code and kubernetes deployment

Implement terraform for infra as code and kubernetes deployment #6

name: CD Gateway Azure
on:
workflow_dispatch:
pull_request:
# types:
# - "closed"
branches: [main, development]
# paths:
# - "apps/gateway/**/*"
jobs:
build-and-push:
uses: ./.github/workflows/build-to-azure.yml

Check failure on line 14 in .github/workflows/cd-gateway-azure.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd-gateway-azure.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cd-gateway-azure.yml" -> "./.github/workflows/build-to-azure.yml" : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
app: gateway
project_name: ${{ env.AZURE_PROJECT_NAME }}
registry: ${{ env.AZURE_CONTAINER_REGISTRY }}
creds: ${{ secrets.AZURE_CREDENTIALS }}