Merge pull request #129 from cmeury/install-ghr
install ghr for releasing
This commit is contained in:
commit
89ca84fb21
|
|
@ -80,6 +80,7 @@ jobs:
|
|||
- run:
|
||||
command: |
|
||||
docker login -u="$DOCKER_USER" -p="$DOCKER_PASS" quay.io
|
||||
make tools
|
||||
BUILD_URL="$CIRCLE_BUILD_URL" make push release
|
||||
|
||||
workflows:
|
||||
|
|
|
|||
Loading…
Reference in New Issue