Files
snk/packages/action
2022-11-03 09:23:35 +01:00
..
2022-11-03 08:50:04 +01:00
2022-11-03 08:45:33 +01:00
2022-04-12 22:01:29 +02:00
📓
2022-04-11 23:48:03 +02:00

@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 )