Sign inSign up

kitsuyui/docker-git-pr-release

By kitsuyui

Updated over 7 years ago

Docker distribution of https://github.com/motemen/git-pr-release/

Image
0

10K+

kitsuyui/docker-git-pr-release repository overview

docker-git-pr-release

Docker Pulls

Docker distribution of git-pr-release

Usage

$ docker run -it \
  -e GIT_PR_RELEASE_TOKEN='xxxxxxxxxxx' \
  -e GIT_PR_RELEASE_BRANCH_PRODUCTION=production \
  -e GIT_PR_RELEASE_BRANCH_STAGING=master \
  -v $(pwd):/repo \
  -v $HOME/.ssh:/root/.ssh kitsuyui/docker-git-pr-release

Update Gemfile.lock

$ docker run -v $(pwd):/root -it ruby sh -c 'cd /root; rm Gemfile; bundle lock'

LICENSE

MIT License. See also LICENSE file.

Tag summary

Content type

Image

Digest

Size

41.1 MB

Last updated

over 7 years ago

docker pull kitsuyui/docker-git-pr-release