Files
snk/packages/action
2020-11-03 23:39:44 +01:00
..
🔨 fix test
2020-11-01 14:40:52 +01:00
2020-10-16 18:54:09 +02:00
2020-10-16 18:54:09 +02:00
2020-11-03 23:39:44 +01:00
2020-10-20 16:53:42 +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 )

Notice that the action.yml point to the latest version of the image. Which makes releasing sematic versioning of the action pointless. Which is probably fine for a wacky project like this one.