Skip to content

Commit

Permalink
Fixed build script path
Browse files Browse the repository at this point in the history
  • Loading branch information
plvines committed Dec 3, 2024
1 parent 872ec4c commit 7283b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raceboat-builder-image/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ eval DOCKER_BUILDKIT=1 docker buildx build \
--load \
--progress=plain \
$PUSH_OPTION \
"${DIR}/../"
"${DIR}/"
2 changes: 1 addition & 1 deletion raceboat-compile-image/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ eval DOCKER_BUILDKIT=1 docker buildx build \
--load \
--progress=plain \
$PUSH_OPTION \
"${DIR}/../"
"${DIR}/"

0 comments on commit 7283b96

Please sign in to comment.