Skip to content

Commit

Permalink
feat(ci): update build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshenshi committed Jul 30, 2024
1 parent 46cc0b7 commit 29cb173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/risc0-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
context: .
file: ./halo2-wasm-node-server/Dockerfile
file: ./risc0-server/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
context: .
file: ./halo2-wasm-node-server/Dockerfile
file: ./wasm-server-go/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 29cb173

Please sign in to comment.