You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ TAG_URL=https://hub.docker.com/v2/repositories/airbyte/destination-databricks/tags/0.1.5
++ curl --silent --output /dev/null --write-out '%***http_code***' https://hub.docker.com/v2/repositories/airbyte/destination-databricks/tags/0.1.5
+ DOCKERHUB_RESPONSE_CODE=404
+ [[ 404 == \4\0\4 ]]
+ echo 'Tag 0.1.5 was not registered on DockerHub for image airbyte/destination-databricks, please try to bump the version again.'
+ exit 1
Tag 0.1.5 was not registered on DockerHub for image airbyte/destination-databricks, please try to bump the version again.
Error: Process completed with exit code 1.
Potential Solution
Solution 1. Use a URL that works for private repositories as well.
Solution 2. Add a skip-tag-check parameter to bypass the tag check.
The text was updated successfully, but these errors were encountered:
Hey @tuliren I'm looking into this and it seems to work for Databricks now, was databricks moved to public repo that you know of? I feel like since we docker login even a private repo should still work. I wonder if the databricks tag was not registered quickly enough and maybe adding a retry into this http call would fix
Current Behavior
Expected Behavior
Logs
https://github.com/airbytehq/airbyte/runs/6294841743?check_suite_focus=true
Potential Solution
skip-tag-check
parameter to bypass the tag check.The text was updated successfully, but these errors were encountered: