-
Notifications
You must be signed in to change notification settings - Fork 837
Closed
Labels
Description
Summary
The Push to Dockerhub workflow is always the slowest.
- Maybe we can use the built binary in other workflows? (with the support of Upload-Artifact)
- Maybe we don't need to build and push to dockerhub for every commit in main? How about only building the tagged version?
- Maybe we can push our image to ghci.io instead of dockerhub? (NOTICE: dockerhub require's paid plan to download images that over the limit)?
flaneur2020 and ZhiHanZ