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.
2 parents 024291b + a6098f3 commit 98eee8dCopy full SHA for 98eee8d
.github/workflows/build-image.yml
@@ -90,7 +90,7 @@ jobs:
90
username: ${{ github.actor }}
91
password: ${{ github.token }}
92
registry: ${{ env.IMAGE_REGISTRY }}
93
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: inputs.publish-image
94
95
- name: Add tag with version to the image
96
env:
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "2.1.20"
3
-json-schema-validator = "0.5.1"
+json-schema-validator = "0.5.0"
4
5
[plugins]
6
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
0 commit comments