Skip to content

Commit

Permalink
login hub.docker.com
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Oct 3, 2024
1 parent 9537953 commit c217f7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# https://github.com/marketplace/actions/docker-login
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: infiniflow
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build ragflow:dev-slim
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit c217f7c

Please sign in to comment.