Skip to content

Commit

Permalink
fix: fix docker image tag and tsconfig target
Browse files Browse the repository at this point in the history
Signed-off-by: frank-zsy <[email protected]>
  • Loading branch information
frank-zsy committed Dec 30, 2024
1 parent 8d44af2 commit 6fc6878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample_data/build/build_image.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker image rm open-digger-clickhouse-base:v2
docker buildx build --push --platform linux/amd64,linux/arm64 --tag open-digger-docker-registry.cn-beijing.cr.aliyuncs.com/open-digger/open-digger-clickhouse-base:v2 .
docker buildx build --push --platform linux/amd64,linux/arm64 --tag registry.cn-beijing.aliyuncs.com/open-digger/open-digger-clickhouse-base:v2 .
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compileOnSave": true,
"compilerOptions": {
"target": "es2017",
"target": "es2021",
"module": "commonjs",
"strict": true,
"noImplicitAny": false,
Expand Down

0 comments on commit 6fc6878

Please sign in to comment.