Skip to content

Commit 538021c

Browse files
committed
attempt #3
1 parent 5034124 commit 538021c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ jobs:
139139
- name: Build and push
140140
uses: docker/build-push-action@v5
141141
with:
142-
context: .
143-
file: world-chain-builder/Dockerfile
142+
context: world-chain/world-chain-builder
143+
file: world-chain/world-chain-builder/Dockerfile
144144
push: true
145145
tags: ${{ steps.meta.outputs.tags }}
146146
labels: ${{ steps.meta.outputs.labels }}

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build:
2222

2323
# Cross compiles the world-chain-builder on a specified target
2424
cross-build *args='':
25-
@just ./world-chain-builder/build $@
25+
@just ./world-chain-builder/cross-build $@
2626

2727
# Tests the world-chain-builder
2828
test:

0 commit comments

Comments
 (0)