Skip to content

tsub/docker-ghr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-ghr

Docker image for ghr 🐳

Usage

$ docker pull tsub/ghr

# Set GitHub token
$ export GITHUB_TOKEN="...."

# Upload multiple artifacts to GitHub release
$ docker run -v $PWD:/work -w /work -e GITHUB_TOKEN=$GITHUB_TOKEN ghr --username user --repository repo v1.0.0 pkg/

Install with Whalebrew

$ whalebrew install tsub/ghr

# Set GitHub token
$ export GITHUB_TOKEN="..." # or $ git config --global github.token "..."

# Upload multiple artifacts to GitHub release
$ ghr v1.0.0 pkg/