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.
QODANA_VERSION
1 parent 0f7015e commit 86c0471Copy full SHA for 86c0471
.github/workflows/release.yml
@@ -30,5 +30,7 @@ jobs:
30
context: .
31
file: ./Dockerfile
32
push: true
33
+ build-args: |
34
+ QODANA_VERSION=${{steps.tag.outputs.version}}
35
tags: |
36
ghcr.io/charted-dev/qodana-jvm-node:${{steps.tag.outputs.version}}
0 commit comments