From 908a7e5b0d98739ec96e1e686947b7b929552df4 Mon Sep 17 00:00:00 2001 From: n4l5u0r <59141606+n4l5u0r@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:53:03 +0200 Subject: [PATCH] fix: change in the image --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 788165830e..9f8a1b138f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,6 +28,6 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: Dockerfile.slim + file: Dockerfile push: true tags: ghcr.io/${{ github.repository }}/blooo-ragflow:latest