Skip to content

Commit

Permalink
add docker stage as array element
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Nov 13, 2018
1 parent e4b54c5 commit 90cc8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ archive:
replacements:
darwin: macos
dockers:
binary: orca
- binary: orca
dockerfile: Dockerfile
image_templates:
- "nuvo/{{.ProjectName}}:latest"
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ services:

after_success:
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
- test -n "$TRAVIS_TAG" && docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 comments on commit 90cc8bc

Please sign in to comment.