Skip to content

Commit

Permalink
Merge remote-tracking branch 'bertsky/update-ocr-fileformat-textract2…
Browse files Browse the repository at this point in the history
…page'

# Conflicts:
#	repo/ocr-fileformat
  • Loading branch information
kba committed Jul 16, 2024
2 parents 6c71d69 + 899a7cf commit 40ce2ec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,27 @@ jobs:
- run: git submodule update --init
- run: sudo make test

deploy-docker:
docker:
- image: circleci/buildpack-deps:stretch
steps:
- checkout
- setup_remote_docker: # https://circleci.com/docs/2.0/building-docker-images/
docker_layer_caching: true
- run: make docker
- run:
name: Login to Docker Hub
command: echo "$DOCKERHUB_PASS" | docker login --username "$DOCKERHUB_USER" --password-stdin
- run: docker push ocrd/fileformat

workflows:
version: 2
build-master:
jobs:
- build
deploy:
jobs:
- deploy-docker:
filters:
branches:
only: master
4 changes: 3 additions & 1 deletion ocrd-tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@
"hocr page",
"hocr text",
"page alto",
"page alto_legacy",
"page hocr",
"page page2019",
"page text",
"tei hocr"
"tei hocr",
"textract page"
]
},
"ext": {
Expand Down

0 comments on commit 40ce2ec

Please sign in to comment.