Skip to content

Commit

Permalink
[SKIP CI]remove comma to fix ci (#89)
Browse files Browse the repository at this point in the history
* [SKIP CI]remove comma to fix ci

* update
  • Loading branch information
jiqiang90 authored Nov 8, 2023
1 parent 642dd9f commit e55dde1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/node-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'false'
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/node/Dockerfile
Expand All @@ -81,6 +82,7 @@ jobs:
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'true')
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/node/Dockerfile
Expand Down Expand Up @@ -127,6 +129,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'false'
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/node/Dockerfile
Expand All @@ -137,6 +140,7 @@ jobs:
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.isLatest == 'true')
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: arm64,amd64
file: ./packages/node/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@subql/common-algorand": ["packages/common-algorand/src"],
"@subql/common-algorand/*": ["packages/common-algorand/src/*"],
"@subql/types-algorand": ["packages/types/src"],
"@subql/types-algorand/*": ["packages/types/src/*"],
"@subql/types-algorand/*": ["packages/types/src/*"]
},
"skipLibCheck": true
},
Expand Down

0 comments on commit e55dde1

Please sign in to comment.