📓 add readme s

This commit is contained in:
platane
2020-11-03 23:39:44 +01:00
parent cd458e61d3
commit e61a38f66a
13 changed files with 114 additions and 9 deletions

15
packages/action/README.md Normal file
View File

@@ -0,0 +1,15 @@
# @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](./Dockerfile).
It's published to [dockerhub](https://hub.docker.com/repository/docker/platane/snk) which makes for faster build ( compare to building the image when the action runs )
Notice that the [action.yml](../../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.