Skip to content

Commit

Permalink
q
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 18, 2024
1 parent d9b1965 commit 7c7a447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/predict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
docker run \
-v ./src:/app \
-v ./pdf:/app/pdf \
ghcr.io/ipitio/ocr-pdf:latest \
ghcr.io/ipitio/ocr-pdf \
bash predict.sh pdf
- name: Save predictions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker run \
-v ./src:/app \
-v ./pdf:/app/pdf \
$(docker build ./src) \
$(docker build -q ./src) \
bash /app/test/example.sh
- name: Log in to the Container registry
Expand Down

0 comments on commit 7c7a447

Please sign in to comment.