We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7825d3 commit 9a1ff2fCopy full SHA for 9a1ff2f
.github/workflows/ubuntu.yml
@@ -23,7 +23,7 @@ jobs:
23
REGISTRY: ghcr.io
24
IMAGE_NAME: ${{ github.repository }}
25
PUSH_DOCKER_IMAGE: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
26
- TESSERACT_VERSION: 0.20
+ TESSERACT_VERSION: '0.20'
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@v1
0 commit comments