3 unstable releases
0.1.0 | Sep 21, 2020 |
---|---|
0.0.6 | Aug 29, 2021 |
0.0.5 | Sep 22, 2020 |
#34 in #github-action
3KB
A simple yet sane github action setup for node projects. It builds and runs test for all selected platforms. When a tag gets pushed it creates the github release, does a crates release and pushes an image to dockerhub.
Secrets
The following secrets need to be set for the repository:
- DOCKERHUB_USERNAME
- DOCKERHUB_TOKEN
- CRATES_TOKEN
- PAT (github personal access token)