Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
use github-release:master
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Aug 18, 2015
1 parent 292f11f commit 4e1fbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GITHUB_RELEASE := docker run --rm -ti \
-e GITHUB_TOKEN=$(GITHUB_TOKEN) \
-v /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt \
-v $(shell pwd)/dist:/dist \
dockerhub.grammarly.io/tools/github-release
dockerhub.grammarly.io/tools/github-release:master

ALL_ARCHS := $(foreach os, $(OSES), $(foreach arch, $(ARCHS), $(os)/$(arch) ))
ALL_BINARIES := $(foreach arch, $(ALL_ARCHS), $(foreach bin, $(BINARIES), dist/$(VERSION)/$(arch)/$(bin) ))
Expand Down

0 comments on commit 4e1fbc0

Please sign in to comment.