Files
snk/packages/action
2021-10-04 15:51:14 +02:00
..
2020-11-27 09:46:08 +01:00
2021-07-08 09:18:45 +02:00
2021-01-12 00:56:50 +01:00
2021-10-04 15:51:14 +02:00
2021-10-04 09:41:55 +02:00
2021-07-08 09:41:48 +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.