Skip to content

Commit 9b92c2c

Browse files
committed
fix(ci): add version prefix 'v' to OCRmyPDF image version
1 parent a53f5bf commit 9b92c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
tags: ${{ steps.meta.outputs.tags }}
6262
labels: ${{ steps.meta.outputs.labels }}
6363
build-args: |
64-
OCRMYPDF_IMAGE_VERSION=${{ steps.get_version.outputs.VERSION }}
64+
OCRMYPDF_IMAGE_VERSION=v${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)