Skip to content

Commit

Permalink
Add sample UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Jun 27, 2024
1 parent ac0e0f2 commit f46172a
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 @@ -45,7 +45,7 @@ tasks.register("buildImage", type = Exec::class) {

environment(
"REGISTRY" to (environment["REGISTRY"] ?: "k3d.localhost:5000/"),
"VERSION" to (environment["VERSION"] ?: version)
"VERSION" to version
)
}

Expand All @@ -55,7 +55,7 @@ tasks.register("pushImage", type = Exec::class) {

environment(
"REGISTRY" to (environment["REGISTRY"] ?: "k3d.localhost:5000/"),
"VERSION" to (environment["VERSION"] ?: version)
"VERSION" to version
)
}

Expand Down

0 comments on commit f46172a

Please sign in to comment.