Skip to content

Commit c390e75

Browse files
authored
fix: fix build.sh script (#59)
1 parent 9125d9b commit c390e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ else
4040
VERSION=$(../scripts/version.sh)
4141
BASE=ghcr.io/coder/coder-logstream-kube
4242
IMAGE=$BASE:$VERSION
43-
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t "$IMAGE" -t $BASE:latest --push.
43+
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t "$IMAGE" -t $BASE:latest --push .
4444
fi

0 commit comments

Comments
 (0)