Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }}
DO_NOT_TRACK: 1
DAGGER_NO_NAG: 1
# TODO: Use the latest localnet image once it can build with the latest IPC code
LOCALNET_IMAGE: "textile/recall-localnet:sha-dc4da8c-3e80bf0"
LOCALNET_IMAGE: "textile/recall-localnet:latest"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.PHONY: all build install test test-sdk test-cli test-all doc clean lint check-fmt check-clippy run-localnet stop-localnet

# TODO: Use the latest localnet image once it can build with the latest IPC code
RECALL_LOCALNET_IMAGE ?= "textile/recall-localnet:sha-dc4da8c-3e80bf0"
RECALL_LOCALNET_IMAGE ?= "textile/recall-localnet:latest"

RECALL_NETWORK_CONFIG_FILE ?= /tmp/networks.toml

Expand Down
Loading