Skip to content

Commit 3daa033

Browse files
authored
Revert "Use ghcr.io for grammar compiler docker container" (#6546)
Revert "Use ghcr.io for grammar compiler docker container (#6322)" This reverts commit fd79827.
1 parent 29e811b commit 3daa033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/grammar-compiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
cd "$(dirname "$0")/.."
55

6-
image="ghcr.io/github/linguist/grammar-compiler:latest"
6+
image="linguist/grammar-compiler:latest"
77
mkdir -p grammars
88

99
if [ -z "$REBUILD" ]; then

tools/grammars/docker/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
cd "$(dirname "$0")/.."
55

6-
image=ghcr.io/github/linguist/grammar-compiler
6+
image=linguist/grammar-compiler
77
docker build -t $image .
88

99
if [ "$1" = "--push" ]; then

0 commit comments

Comments
 (0)