Skip to content

Commit

Permalink
Fix DOCKER_MANUAL_BUILD_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 15, 2023
1 parent 4927aa7 commit 3273817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kicker
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function manual_build() {
--volume $srcdir:/app \
--volume $WORKSPACE/packages/.rustup:/root/.rustup \
--workdir /app/web3 \
retricsu/godwoken-manual-build:ckb2021 cargo build --locked --release
$DOCKER_MANUAL_BUILD_IMAGE cargo build --locked --release

# Copy the built artifacts to `docker/manual-artifacts/gw-web3-indexer`
#
Expand Down Expand Up @@ -542,7 +542,7 @@ function manual_build() {
--volume $srcdir:/app \
--volume $WORKSPACE/packages/.rustup:/root/.rustup \
--workdir /app \
retricsu/godwoken-manual-build:ckb2021 \
$DOCKER_MANUAL_BUILD_IMAGE \
cargo build --locked --release --features gw-config/no-builtin

# Copy the built artifacts to `docker/manual-artifacts/`
Expand Down

0 comments on commit 3273817

Please sign in to comment.