diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d80bb3ee31..e3ea36ea19 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -23,7 +23,7 @@ jobs: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} PUSH_DOCKER_IMAGE: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }} - TESSERACT_VERSION: 0.19 + TESSERACT_VERSION: 0.20 steps: - name: Checkout repository uses: actions/checkout@v1