Skip to content

Commit 1ae0a87

Browse files
author
Ross Mills
committed
Specify image without 'arangodb/' prefix.
1 parent 9056004 commit 1ae0a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- image: mcr.microsoft.com/dotnet/sdk:8.0
170170
environment:
171171
ARANGO_HOST: adb3_10_0
172-
- image: arangodb/arangodb:3.10
172+
- image: arangodb:3.10
173173
name: adb3_10_0
174174
environment:
175175
ARANGO_ROOT_PASSWORD: root
@@ -187,7 +187,7 @@ jobs:
187187
- image: mcr.microsoft.com/dotnet/sdk:8.0
188188
environment:
189189
ARANGO_HOST: adb3_11_0
190-
- image: arangodb/arangodb:3.11
190+
- image: arangodb:3.11
191191
name: adb3_11_0
192192
environment:
193193
ARANGO_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)