Skip to content

Commit

Permalink
Test the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyZzZz committed Jul 11, 2024
1 parent 7007b48 commit b933681
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/interface_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ jobs:
run: |
pip install -r requirements.txt
# # Step 6: Build the Docker image to Docker Hub
# - name: Build Docker image
# run: |
# docker build . -t jackyzzz076/selector-deployment:latest
#
# # Step 7: Push the Docker image to Docker Hub
# - name: Push Docker image
# run: |
# docker login -u jackyzzz076 -p ${{ secrets.DOCKERHUB_TOKEN }}
# docker push jackyzzz076/selector-deployment:latest
# Step 6: Build the Docker image to Docker Hub
- name: Build Docker image
run: |
docker build . -t jackyzzz076/selector-deployment:latest
# Step 7: Push the Docker image to Docker Hub
- name: Push Docker image
run: |
docker login -u jackyzzz076 -p ${{ secrets.DOCKERHUB_TOKEN }}
docker push jackyzzz076/selector-deployment:latest
# Step 8: Replace the README.md file for Hugging Face
- name: Replace README for Hugging Face
Expand Down

0 comments on commit b933681

Please sign in to comment.