Skip to content

Commit

Permalink
Use local repository for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Mar 31, 2023
1 parent 857b805 commit 0b28ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ task docker(group: 'Build',
dependsOn: tasks.distDir,
type: DockerBuildImage) {
inputDir = file('.')
def name = 'line/centraldogma:'
// TODO(ikhoon): Revert
def name = 'ikhoon/centraldogma:'
images = [name + "${project.version}"]
if (!(project.version =~ /-SNAPSHOT$/)) {
images.add(name + "latest")
Expand Down

0 comments on commit 0b28ea3

Please sign in to comment.