Skip to content

Commit

Permalink
Update default DOCKER_MANUAL_BUILD_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 14, 2023
1 parent 41eff07 commit 8b5a374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kicker
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function withdraw_v0_to_v1() {
# ./kicker manual-build
function manual_build() {
DOCKER_MANUAL_BUILD_IMAGE_NAME=${DOCKER_MANUAL_BUILD_IMAGE_NAME:-"retricsu/godwoken-manual-build"}
DOCKER_MANUAL_BUILD_IMAGE_TAG=${DOCKER_MANUAL_BUILD_IMAGE_TAG:-"ckb2021"}
DOCKER_MANUAL_BUILD_IMAGE_TAG=${DOCKER_MANUAL_BUILD_IMAGE_TAG:-"node18"}
DOCKER_MANUAL_BUILD_IMAGE="${DOCKER_MANUAL_BUILD_IMAGE:-"$DOCKER_MANUAL_BUILD_IMAGE_NAME:$DOCKER_MANUAL_BUILD_IMAGE_TAG"}"

echo "MANUAL_BUILD_WEB3 = \"$MANUAL_BUILD_WEB3\""
Expand Down

0 comments on commit 8b5a374

Please sign in to comment.