Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Set latest tag on docker publish local
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Feb 3, 2024
1 parent 5cc8a36 commit 66713ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ git.formattedShaVersion := git.gitHeadCommit.value.map(_.take(7))

Docker / packageName := "registry.digitalocean.com/sdkman/sdkman-website"

dockerUpdateLatest := true

dockerBaseImage := "openjdk:11"

dockerExposedPorts ++= Seq(9000)
Expand Down

0 comments on commit 66713ef

Please sign in to comment.