Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed May 30, 2024
1 parent 9218a54 commit 82c05a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def getCurrentGitBranch() {
}

docker {
name "kingstonduo/eridanus-spring:" + getCurrentGitBranch()
name "kingstonduo/eridanus-data:" + getCurrentGitBranch()
copySpec.from(tasks.unpack.outputs).into("dependency")
buildArgs(['DEPENDENCY': "dependency"])
}

0 comments on commit 82c05a1

Please sign in to comment.