Skip to content

Commit

Permalink
Fix latest version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ikm committed Sep 27, 2024
1 parent fe4a30f commit b280289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
require "json"
version = ENV.fetch("MONGO_VERSION")
latest = JSON.parse(File.read("versions.json")).sort.last
latest = Dir["src/*"].map { |path| File.basename(path) }.sort.last
tags = [
"a2ikm/sharded-mongo:#{version}",
Expand Down

0 comments on commit b280289

Please sign in to comment.