I'm currently developing a custom source and was wondering what the proper way is to "update" the source in the UI after making a change. Currently I'm doing the following but my connection doesn't seem to use the updated source after I update it.
1. Make code changes on my local machine
2. Build docker file and add a tag
3. Push to docker hub repo
4. Go into Airbyte and change the tag and click "Change"
5. After successfully updating the tag, run the connection again