Skip to content

Commit

Permalink
refactor: Chnage base name for image tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 22, 2023
1 parent 258f20b commit 59c379b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
buildNumber = System.getenv("GITHUB_RUN_NUMBER") ?: "0"
}

version = "${project.marketingVersion}-build-${project.ext.buildNumber}".toString()
version = "${project.majorVersion}-build-${project.ext.buildNumber}".toString()
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jibVersion=3.3.2

# Marketing Version - Should be bumped up on each release
marketingVersion=1.0.0
# Major Version - Should be bumped up on each release
majorVersion=1.0.0

org.gradle.jvmargs=-Xms4096m -Xmx4096m -XX:MaxPermSize=512m
org.gradle.configureondemand=true # use configure on demand
Expand Down

0 comments on commit 59c379b

Please sign in to comment.