Skip to content

Commit

Permalink
updated name for test built docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
orthomind committed May 25, 2018
1 parent d2eb07b commit c3050a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ services:
- docker

script:
- docker build -t decred-binaries .
- docker build -t decred/decred-binaries .
- docker run --rm -ti -e TAG="v1.2.0" -e PROD=1 -v $(pwd)/build:/build decred/decred-binaries
- diff test-manifest-v1.2.0.txt ./build/decred-v1.2.0/manifest-v1.2.0.txt

0 comments on commit c3050a2

Please sign in to comment.