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 Jan 31, 2024
1 parent b6d1f50 commit 00f840d
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 00f840d

Please sign in to comment.