Skip to content

Commit

Permalink
Revert "Use ghcr.io for grammar compiler docker container" (github-li…
Browse files Browse the repository at this point in the history
…nguist#6546)

Revert "Use ghcr.io for grammar compiler docker container (github-linguist#6322)"

This reverts commit fd79827.
  • Loading branch information
lildude committed Sep 13, 2023
1 parent 29e811b commit 3daa033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/grammar-compiler
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
cd "$(dirname "$0")/.."

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

if [ -z "$REBUILD" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tools/grammars/docker/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
cd "$(dirname "$0")/.."

image=ghcr.io/github/linguist/grammar-compiler
image=linguist/grammar-compiler
docker build -t $image .

if [ "$1" = "--push" ]; then
Expand Down

0 comments on commit 3daa033

Please sign in to comment.