diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e3ea36ea19..39f68fb783 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.20 + TESSERACT_VERSION: '0.20' steps: - name: Checkout repository uses: actions/checkout@v1