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 29e811b commit 3daa033Copy full SHA for 3daa033
script/grammar-compiler
@@ -3,7 +3,7 @@
3
set -e
4
cd "$(dirname "$0")/.."
5
6
-image="ghcr.io/github/linguist/grammar-compiler:latest"
+image="linguist/grammar-compiler:latest"
7
mkdir -p grammars
8
9
if [ -z "$REBUILD" ]; then
tools/grammars/docker/build
-image=ghcr.io/github/linguist/grammar-compiler
+image=linguist/grammar-compiler
docker build -t $image .
if [ "$1" = "--push" ]; then
0 commit comments