Skip to content

Commit b2d39c8

Browse files
committed
feat: [CI-5479]: executeOndelegate false for Docker connector
1 parent 915d146 commit b2d39c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

120-ng-manager/src/main/java/io/harness/ng/core/event/CIDefaultEntityManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ private void createDockerConnector(String accountId, String org, String project)
5050
DockerConnectorDTO dockerConnectorDTO = DockerConnectorDTO.builder()
5151
.dockerRegistryUrl("https://index.docker.io/v2/")
5252
.auth(authenticationDTO)
53+
.executeOnDelegate(false)
5354
.providerType(DockerRegistryProviderType.DOCKER_HUB)
5455
.build();
5556
ConnectorInfoDTO connectorInfoDTO = ConnectorInfoDTO.builder()

0 commit comments

Comments
 (0)