Skip to content

Commit

Permalink
[Build] Add branch as suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Nov 5, 2024
1 parent ee2918d commit 92bd53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ extra {
project.extra["docker.image.tags"] = registryImageTags

//remove when there's a better way of producing both arm64 and amd64 images
containerImageTags.add("arm64")
registryImageTags.add("ghcr.io/${containerImageName}:amd64")
containerImageTags.add("arm64-$branch")
registryImageTags.add("ghcr.io/${containerImageName}:amd64-$branch")

}

Expand Down

0 comments on commit 92bd53f

Please sign in to comment.