Skip to content

Commit

Permalink
fix: dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r committed Sep 28, 2024
1 parent 2168fa9 commit 4618a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build Docker image
run: |
IMAGE_TAG=ghcr.io/${{ github.repository }}/blooo-ragflow:latest
docker build -t $IMAGE_TAG Dockerfile.slim
docker build -t $IMAGE_TAG -f Dockerfile.slim
- name: Push Docker image
run: |
Expand Down

0 comments on commit 4618a77

Please sign in to comment.