Skip to content

Use Github Actions to build and upload docker images when release #200

@jakezhu9

Description

@jakezhu9

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.

You can check out this link for some references:
https://github.com/marketplace/actions/build-and-push-docker-images

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions