8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9125d9b commit c390e75Copy full SHA for c390e75
scripts/build.sh
@@ -40,5 +40,5 @@ else
40
VERSION=$(../scripts/version.sh)
41
BASE=ghcr.io/coder/coder-logstream-kube
42
IMAGE=$BASE:$VERSION
43
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t "$IMAGE" -t $BASE:latest --push.
+ docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t "$IMAGE" -t $BASE:latest --push .
44
fi
0 commit comments