Skip to content

Commit

Permalink
WX-1449 Add latest Docker tag (#7362)
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols authored and salonishah11 committed Feb 14, 2024
1 parent 2444872 commit 3e26bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Publishing.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ object Publishing {
// Tags look like `85`, `85-443a6fc`
s"$cromwellVersion,${version.value}"
} else {
// Tag looks like `85-443a6fc`
version.value
// Tag looks like `85-443a6fc`, `latest`
s"${version.value},latest"
}
}

Expand Down

0 comments on commit 3e26bd0

Please sign in to comment.