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
Using Docker deployment is really convenient, and it's a popular choice among many people. It's important to ensure that new versions of Docker images are released on time and without any bugs.
Unfortunately, in our recent release (v1.1.0), it seems that we uploaded the wrong image, and some issues that had already been resolved are still happening when using Docker (#197, #184).
To avoid such problems in the future, I suggest using Github Actions to automate the process of building and uploading Docker images. This will also reduce our workload during releases.