From 31d567094cf2e83250f874759e691918b456ccae Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Thu, 16 Mar 2023 18:59:07 +0200 Subject: [PATCH] chore(e2e): Use fluencelabs/rust-peer image (#288) Use fluencelabs/rust-peer image --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9bac70a9..4d5a7d73 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ on: rust-peer-image: description: "rust-peer image tag" type: string - default: "fluencelabs/fluence:minimal" + default: "fluencelabs/rust-peer:minimal" avm-version: description: "@fluencelabs/avm version" type: string