We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53f5bf commit 9b92c2cCopy full SHA for 9b92c2c
1 file changed
.github/workflows/build-and-deploy.yml
@@ -61,4 +61,4 @@ jobs:
61
tags: ${{ steps.meta.outputs.tags }}
62
labels: ${{ steps.meta.outputs.labels }}
63
build-args: |
64
- OCRMYPDF_IMAGE_VERSION=${{ steps.get_version.outputs.VERSION }}
+ OCRMYPDF_IMAGE_VERSION=v${{ steps.get_version.outputs.VERSION }}
0 commit comments