Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve action time #5

Open
2 tasks done
CyberCitizen01 opened this issue Mar 10, 2022 · 0 comments
Open
2 tasks done

Improve action time #5

CyberCitizen01 opened this issue Mar 10, 2022 · 0 comments

Comments

@CyberCitizen01
Copy link

Hi there.

Reasoning

I observed the following:
Screenshot
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant