Skip to content

Commit

Permalink
build: set docker registry to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanDavlyatshin committed Aug 16, 2024
1 parent 3fe6235 commit 060b90d
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 @@ -109,7 +109,7 @@ application {
applicationDefaultJvmArgs = defaultJvmArgs + devJvmArgs
}

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

0 comments on commit 060b90d

Please sign in to comment.