Skip to content

Commit dfcb20d

Browse files
committed
retry on cluster startup failure
1 parent aef70be commit dfcb20d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
docker-img:
35-
- docker.io/arangodb:3.5.5
36-
- docker.io/arangodb:3.6.5
37-
- docker.io/arangodb:3.7.1
35+
- docker.io/arangodb/arangodb:3.5.5
36+
- docker.io/arangodb/arangodb:3.6.5
37+
- docker.io/arangodb/arangodb:3.7.1
3838
- docker.io/arangodb/enterprise:3.5.5
3939
- docker.io/arangodb/enterprise:3.6.5
4040
- docker.io/arangodb/enterprise:3.7.1

0 commit comments

Comments
 (0)