Skip to content

Commit b3176e4

Browse files
authored
Merge pull request #3 from R0Wi-DEV/create-stable32
Bump version to NC32
2 parents bba6a45 + b9e8489 commit b3176e4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
7979
- name: Build and push latest Docker image
8080
uses: docker/build-push-action@v6
81+
if: github.ref == 'refs/heads/master'
8182
with:
8283
context: .
8384
push: ${{ github.ref == 'refs/heads/master' }}

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It contains a small REST API that encapsulates the OCRmyPDF functionality.
1313
1414
For more information, see https://github.com/R0Wi-DEV/workflow_ocr_backend.
1515
]]></description>
16-
<version>1.32.0-dev</version>
16+
<version>1.32.0</version>
1717
<licence>agpl</licence>
1818
<author mail="ro.windey@gmail.com" homepage="https://github.com/R0Wi">Robin Windey</author>
1919
<namespace>Workflow OCR Backend</namespace>
@@ -31,7 +31,7 @@ For more information, see https://github.com/R0Wi-DEV/workflow_ocr_backend.
3131
<docker-install>
3232
<registry>ghcr.io</registry>
3333
<image>r0wi-dev/workflow_ocr_backend</image>
34-
<image-tag>master</image-tag>
34+
<image-tag>stable32</image-tag>
3535
</docker-install>
3636
</external-app>
3737
</info>

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# Development dependencies
44
pytest
55
python-dotenv
6-
pytest-cov
6+
pytest-cov
7+
httpx

0 commit comments

Comments
 (0)