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

Use composite action instead of Docker action #11

Open
rhysd opened this issue Aug 3, 2022 · 2 comments
Open

Use composite action instead of Docker action #11

rhysd opened this issue Aug 3, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@rhysd
Copy link
Owner

rhysd commented Aug 3, 2022

Composite action was introduced recently. It is better than the current Docker action.

  • It is faster. No overhead to build and run Docker image
  • It is easier to maintain. It is a single manifest file action.yml containing a small workflow steps
@rhysd rhysd added the enhancement New feature or request label Aug 3, 2022
@paescuj
Copy link
Contributor

paescuj commented Dec 9, 2022

You might be interested in this: https://full-stack.blend.com/how-we-write-github-actions-in-go.html

@rhysd
Copy link
Owner Author

rhysd commented Dec 12, 2022

Thanks for the information. But I think a simple composite action is better for maintenance in this case.

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

2 participants