#github #test #workflow #github-action #platform #tags #create

app release-rust

Just a test package for a rust github workflow

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

MIT/Apache

3KB

ci

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)

No runtime deps