I have published my custom connector's private doc...
# replication-troubleshooting
d
I have published my custom connector's private docker image as part of ghcr.io (Github Container Registry). Airbyte is unable to fetch the docker image, do I need to provide the personal token for my user for Airbyte to authenticate Configured the following in source_definitions.yaml file. - name: MyConnector sourceDefinitionId: fd169cfe-16e4-42d5-887e-f440c4a43d79 dockerRepository: ghcr.io/mycompany/myconnector dockerImageTag: 0.0.1 Exception: Error while getting spec from image ghcr.io/mycompany/myconnector:0.0.1', type='java.util.concurrent.ExecutionException', nonRetryable=false
Appreciate any inputs on the above
I tried with public image also. It always says the exception as Error while getting spec from image mycompany/myconnector:0.0.1',