We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b1965 commit 7c7a447Copy full SHA for 7c7a447
.github/workflows/predict.yml
@@ -31,7 +31,7 @@ jobs:
31
docker run \
32
-v ./src:/app \
33
-v ./pdf:/app/pdf \
34
- ghcr.io/ipitio/ocr-pdf:latest \
+ ghcr.io/ipitio/ocr-pdf \
35
bash predict.sh pdf
36
37
- name: Save predictions
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
- $(docker build ./src) \
+ $(docker build -q ./src) \
bash /app/test/example.sh
38
39
- name: Log in to the Container registry
0 commit comments