-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi there.
Reasoning
I observed the following:
What I mean is, it is taking an expensive 16 seconds to just build the docker image. Which I feel is redundant and unnecessary.
Proposed Implementation
Instead of build, we can take benefit of a docker registry (hopefully ghcr.io
and also add github action support to build and publish images for each release). Hopefully it'll take considerably less time and I think users can cache it.
It just boils down to changing this line:
image: 'Dockerfile' |
and adding a github action to build and publish images for each release.
Would you like to implement this yourself?
- I'd love to implement this feature myself
- Anyone can implement this feature
Metadata
Metadata
Assignees
Labels
No labels