Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r authored Sep 27, 2024
1 parent c8e7930 commit a0348cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository }}/your-image-name:latest .
docker build -t ghcr.io/${{ github.repository }}/blooo-ragflow:latest .
- name: Push Docker image
run: |
docker push ghcr.io/${{ github.repository }}/your-image-name:latest
docker push ghcr.io/${{ github.repository }}/blooo-ragflow:latest

0 comments on commit a0348cd

Please sign in to comment.