Skip to content

Commit

Permalink
Merge pull request #1 from maorfr/add-gcs-support
Browse files Browse the repository at this point in the history
add gcs support
  • Loading branch information
maorfr authored Mar 16, 2019
2 parents be0e30d + 3338dd1 commit 55f8a8d
Show file tree
Hide file tree
Showing 13 changed files with 216 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dockers:
- binary: cain
dockerfile: Dockerfile
image_templates:
- "nuvo/{{.ProjectName}}:{{ .Tag }}"
- "maorfr/{{.ProjectName}}:{{ .Tag }}"
173 changes: 156 additions & 17 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[constraint]]
name = "github.com/nuvo/skbn"
version = "0.4.2"
name = "github.com/maorfr/skbn"
version = "0.5.0"

[[constraint]]
name = "github.com/spf13/cobra"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build: fmt vet
# Build cain docker image
docker: fmt vet
cp bin/cain cain
docker build -t nuvo/cain:latest .
docker build -t maorfr/cain:latest .
rm cain


Expand All @@ -33,7 +33,7 @@ ifdef TRAVIS
ifdef DOCKER_USER
ifdef DOCKER_PASSWORD
docker login -u $(DOCKER_USER) -p $(DOCKER_PASSWORD)
docker push nuvo/cain:latest
docker push maorfr/cain:latest
endif
endif
endif
Expand Down
Loading

0 comments on commit 55f8a8d

Please sign in to comment.