From bd14d2f6e947b873615e81a6246c328acb587743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicklas=20K=C3=B6rtge?= Date: Wed, 18 Sep 2024 14:40:38 +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 6c479005e..2062e9321 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 }}