Skip to content

Commit

Permalink
build: fix - set image name tag to "admin" instead of "admin-app"
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanDavlyatshin committed Aug 19, 2024
1 parent f30788b commit 786cd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ application {
}

val registryName = "ghcr.io"
val fullImageTag = "$registryName/drill4j/admin-app"
val fullImageTag = "$registryName/drill4j/admin"
val apiPort = "8090"
val debugPort = "5006"
val secureApiPort = "8453"
Expand Down

0 comments on commit 786cd6f

Please sign in to comment.