Simple tool to download and install the latest version of github docker artifact.
- build the tool, you can use the provided Dockerfile to build the binary and run it in a container.
- create action in you repo that builds docker image.
- create a simple bash script defining required env variables with github PAT, repo, project, branch, commit (optionally).
- use getapp.sh example to download and install the latest version of your docker image.