From 0d73558d7a13ad74134db9d2092fb37ac87f38f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicklas=20K=C3=B6rtge?= Date: Wed, 18 Sep 2024 15:00:06 +0200 Subject: [PATCH] update postgres version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicklas Körtge --- .github/workflows/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 2062e9321..304e7059f 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -61,7 +61,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - context: "./frontend/" + context: "./frontend" file: "./docker/Dockerfile" push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}