changelog-from-release icon indicating copy to clipboard operation
changelog-from-release copied to clipboard

Use composite action instead of Docker action

Open rhysd opened this issue 3 years ago • 2 comments

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 avatar Aug 03 '22 12:08 rhysd

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

paescuj avatar Dec 09 '22 20:12 paescuj

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

rhysd avatar Dec 12 '22 14:12 rhysd