Skip to content

Commit

Permalink
fix: review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r committed Sep 28, 2024
1 parent ef89f5d commit 2168fa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 102 deletions.
101 changes: 0 additions & 101 deletions .github/workflows/docker-publish.yml

This file was deleted.

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 .
docker build -t $IMAGE_TAG Dockerfile.slim
- name: Push Docker image
run: |
Expand Down

0 comments on commit 2168fa9

Please sign in to comment.