Skip to content

updated git ignore to take account of local temp files and docker com… #285

updated git ignore to take account of local temp files and docker com…

updated git ignore to take account of local temp files and docker com… #285

Workflow file for this run

# Put action within a raw block so that the curly bracket expressions aren't picked up by the cookiecutter
#
name: build-push
on:
push:
branches: "**"
jobs:
frontend:
permissions: write-all
uses: ./.github/workflows/build-fe.yml
secrets: inherit
backend:
permissions: write-all
uses: ./.github/workflows/build-one.yml
with:
service: backend
secrets: inherit
worker:
permissions: write-all
uses: ./.github/workflows/build-one.yml
with:
service: worker
secrets: inherit