Skip to content

fx: pass build args as list in sequence #20

fx: pass build args as list in sequence

fx: pass build args as list in sequence #20

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
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