Skip to content

Commit

Permalink
[Build] Correct tag (requires full image name)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Aug 11, 2024
1 parent bee9a24 commit 03ca768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ extra {
val nativeImageName = "ghcr.io/${containerImageName}:$nativeBaseTag"
val nativeImageTags = mutableListOf("$nativeImageName-$branch")
if (branch.startsWith("v1")) {
nativeImageTags.add("$nativeBaseTag-stable")
nativeImageTags.add("$nativeImageName-stable")
}

project.extra["native.image.name"] = nativeImageName
Expand Down

0 comments on commit 03ca768

Please sign in to comment.