Skip to content

ft: provide grpc backend for frontend build #17

ft: provide grpc backend for frontend build

ft: provide grpc backend for frontend build #17

Workflow file for this run

name: CD
on:
push:
branches:
- main
tags:
- v*
jobs:
push-backend:
name: Build backend
uses: ./.github/workflows/build-push-gcloud.yaml

Check failure on line 13 in .github/workflows/cd-build.yaml

View workflow run for this annotation

GitHub Actions / CD

Invalid workflow file

The workflow is not valid. In .github/workflows/cd-build.yaml (Line: 13, Col: 11): Error from called workflow shivanshs9/whisper-notes/.github/workflows/build-push-gcloud.yaml@b041ed00d882db94f350e5ac7874f221563c2d78 (Line: 74, Col: 13): A sequence was not expected
with:
repo: services/whisper-notes-backend
dockerfile: backend.Dockerfile
registry: europe-north1-docker.pkg.dev
secrets: inherit
push-frontend:
name: Build frontend
uses: ./.github/workflows/build-push-gcloud.yaml
with:
repo: services/whisper-notes-frontend
dockerfile: frontend.Dockerfile
registry: europe-north1-docker.pkg.dev
secrets: inherit