Skip to content

Commit

Permalink
fix(saver): correct build arg (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 authored Nov 15, 2023
1 parent bdda2d4 commit cd0ee8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configures/saver/flex-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "saver",
"tag": "flex-1",
"build_args": {
"BENCHMARK": "ghcr.io/kupl/starlab-benchmarks/c:flex-1"
"BENCHMARK_IMAGE": "ghcr.io/kupl/starlab-benchmarks/c:flex-1"
}
}
2 changes: 1 addition & 1 deletion configures/saver/flint-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "saver",
"tag": "flint-1",
"build_args": {
"BENCHMARK": "ghcr.io/kupl/starlab-benchmarks/c:flint-1"
"BENCHMARK_IMAGE": "ghcr.io/kupl/starlab-benchmarks/c:flint-1"
}
}

0 comments on commit cd0ee8a

Please sign in to comment.