Skip to content

Improve action time #5

@CyberCitizen01

Description

@CyberCitizen01

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions