We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5034124 commit 538021cCopy full SHA for 538021c
.github/workflows/release.yml
@@ -139,8 +139,8 @@ jobs:
139
- name: Build and push
140
uses: docker/build-push-action@v5
141
with:
142
- context: .
143
- file: world-chain-builder/Dockerfile
+ context: world-chain/world-chain-builder
+ file: world-chain/world-chain-builder/Dockerfile
144
push: true
145
tags: ${{ steps.meta.outputs.tags }}
146
labels: ${{ steps.meta.outputs.labels }}
Justfile
@@ -22,7 +22,7 @@ build:
22
23
# Cross compiles the world-chain-builder on a specified target
24
cross-build *args='':
25
- @just ./world-chain-builder/build $@
+ @just ./world-chain-builder/cross-build $@
26
27
# Tests the world-chain-builder
28
test:
0 commit comments