From ea591d53dd1a2817b492dbb72f7f2e9fd4db3f8e Mon Sep 17 00:00:00 2001 From: Jonas Baumann Date: Sat, 7 Sep 2024 10:13:43 +0200 Subject: [PATCH] cicd: build frontend image. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 855404b..297322f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - service: [api] + service: [api, frontend] name: build ${{ matrix.service }} runs-on: ubuntu-latest steps: