Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 411 Bytes

@snk/action

Contains the github action code.

Implementation

Docker

Because the gif generation requires some native libs, we cannot use a node.js action.

Use a docker action instead, the image is created from the Dockerfile.

It's published to dockerhub which makes for faster build ( compare to building the image when the action runs )