Skip to content

Commit 04cc239

Browse files
author
tac0turtle
committed
fix docker
1 parent 6f5bb83 commit 04cc239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker-e2e/docker_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func (s *DockerTestSuite) StartRollkitNode(ctx context.Context, bridgeNode tasto
237237
func getRollkitImage() tastoradocker.DockerImage {
238238
repo := strings.TrimSpace(os.Getenv("ROLLKIT_IMAGE_REPO"))
239239
if repo == "" {
240-
repo = "rollkit"
240+
repo = "evstack"
241241
}
242242

243243
tag := strings.TrimSpace(os.Getenv("ROLLKIT_IMAGE_TAG"))

0 commit comments

Comments
 (0)