From c0dbb3e58075a0084611658dfbd2fc239714edef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Haugsb=C3=B8?= Date: Tue, 30 Jan 2024 19:29:31 +0100 Subject: [PATCH] Correct docker build context path --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 99b4266..9fe23a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,8 +30,8 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v4 with: - context: ./frontend/ + context: . push: ${{ github.event_name == 'push' }} tags: fribyte/fribot:latest build-args: | - APP_BUILD_DATE=${{ github.event.repository.updated_at}} \ No newline at end of file + APP_BUILD_DATE=${{ github.event.repository.updated_at}}