Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Sep 10, 2024
1 parent 746b1da commit 3c4a53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rm -rf "$OUTPUT_DIR"
mkdir -p "$OUTPUT_DIR"
echo "Build docker image: $IMAGE_TAG"
docker buildx build -t $IMAGE_TAG \
--load \
--iidfile "$OUTPUT_DIR"/iddfile \
.
IMAGE_ID=$(cat "$OUTPUT_DIR"/iddfile)
Expand Down

0 comments on commit 3c4a53d

Please sign in to comment.