Skip to content

Commit 587b7ea

Browse files
committed
fix
1 parent 3d26042 commit 587b7ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.drone.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ trigger:
99
- promote
1010
- pull_request
1111

12-
# required until dataprotector-subgraph-deployer is publicly available
13-
image_pull_secrets:
14-
- dockerconfigregis
15-
1612
steps:
1713
- name: install
1814
image: node:18.19
@@ -286,8 +282,7 @@ steps:
286282
- market-watcher
287283

288284
- name: dataprotector-subgraph-deployer
289-
# TODO replace image with iexechub/dataprotector-subgraph-deployer when available
290-
image: docker-regis.iex.ec/product/dataprotector-subgraph-deployer:3.0.0
285+
image: iexechub/dataprotector-subgraph-deployer:3.0.0
291286
environment:
292287
ENV: prod
293288
GRAPHNODE_URL: http://graphnode:8020

0 commit comments

Comments
 (0)