Skip to content

Commit 7c7a447

Browse files
committed
q
1 parent d9b1965 commit 7c7a447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/predict.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
docker run \
3232
-v ./src:/app \
3333
-v ./pdf:/app/pdf \
34-
ghcr.io/ipitio/ocr-pdf:latest \
34+
ghcr.io/ipitio/ocr-pdf \
3535
bash predict.sh pdf
3636
3737
- name: Save predictions

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
docker run \
3434
-v ./src:/app \
3535
-v ./pdf:/app/pdf \
36-
$(docker build ./src) \
36+
$(docker build -q ./src) \
3737
bash /app/test/example.sh
3838
3939
- name: Log in to the Container registry

0 commit comments

Comments
 (0)