Skip to content

Commit 9a1ff2f

Browse files
Fix CI ubuntu.yml
1 parent a7825d3 commit 9a1ff2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
REGISTRY: ghcr.io
2424
IMAGE_NAME: ${{ github.repository }}
2525
PUSH_DOCKER_IMAGE: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
26-
TESSERACT_VERSION: 0.20
26+
TESSERACT_VERSION: '0.20'
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v1

0 commit comments

Comments
 (0)