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

Avoid building Docker container for Github action #121

Closed
mre opened this issue May 25, 2022 · 0 comments · Fixed by #128
Closed

Avoid building Docker container for Github action #121

mre opened this issue May 25, 2022 · 0 comments · Fixed by #128

Comments

@mre
Copy link
Member

mre commented May 25, 2022

This is a simple action that should work without a Docker container as per
https://dev.to/github/build-your-own-github-action-without-a-docker-container-1eic.

The advantage would be ~15-20 seconds less execution time because the image build step would be avoided.
Also, updating to new lychee versions would be easier.

@mre mre mentioned this issue May 29, 2022
@mre mre closed this as completed in #128 May 29, 2022
mre added a commit that referenced this issue May 29, 2022
Move to composite action as described in
https://dev.to/github/build-your-own-github-action-without-a-docker-container-1eic.
The goal is to improve runtime by avoiding to build a Docker image.

Closes #121
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

Successfully merging a pull request may close this issue.

1 participant