GitXplorerGitXplorer
t

docker-ghr

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
605107563bfe1bc0d6a3d161e20fe0c68061d5c6

Bump ghr version to 0.9.0

ttsub committed 7 years ago
Verified
f8feab9ab9aedaa607c745f8ca4d9bbf350dc6b4

Support install with Whalebrew

ttsub committed 7 years ago
Verified
6c301921a0d37b1aeec7a4c0037e19113d30e771

Write README

ttsub committed 7 years ago
Verified
73a9114215102fb7108745f408258f41d9c434b5

Add Dockerfile

ttsub committed 7 years ago
Unverified
35096a43fe5b596c0522f8bfd66b1e7fe87567e7

Initial commit

ttsub committed 7 years ago

README

The README file for this repository.

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/