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

Run from pre-built image instead of Dockerfile #49

Open
Johennes opened this issue May 9, 2024 · 0 comments
Open

Run from pre-built image instead of Dockerfile #49

Johennes opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Johennes
Copy link

Johennes commented May 9, 2024

Is your feature request related to a problem? Please describe.

The action currently uses image: 'Dockerfile' which means the Docker image is rebuilt any time the action is run. This takes about a minute which for many use cases is far greater than the time needed to actually run the image.

Describe the solution you'd like

Provide a pre-built image and use image: 'docker://...' to speed up the action execution and avoid needlessly rebuilding the image.

Describe alternatives you've considered

Additional context

@Johennes Johennes added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant