Skip to content

Commit 8027e86

Browse files
committed
Add env var for docker registry
1 parent c20316c commit 8027e86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
name: Validate PR
1919
env:
2020
JAVA_OPTS: "-Xmx8g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx6g"
21+
TS_SDK_IMAGE: "registry.jetbrains.team/p/grazi/grazie-infra-public/typescript-sdk-mcp:585bd19d0f2c"
2122
steps:
2223
- uses: actions/checkout@v5
2324

0 commit comments

Comments
 (0)