Skip to content

Commit

Permalink
Merge pull request #384 from mysteriumnetwork/experiment-identity-check
Browse files Browse the repository at this point in the history
Fixed uploading release images
  • Loading branch information
soffokl authored Sep 19, 2018
2 parents c358cfd + d14df4e commit 9ac7b26
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,15 @@ jobs:
file: build/package/*
skip_cleanup: true
api_key: "$GIT_RELEASES_API_KEY"
- script: bin/release_docker $TRAVIS_TAG latest
- script:
- bin/s3 sync s3://docker-images build/docker
- docker load -i build/docker/myst_alpine.tgz
- docker load -i build/docker/myst_ubuntu.tgz
- docker load -i build/docker/mysterium-node_alpine.tgz
- docker load -i build/docker/mysterium-client_alpine.tgz
- docker load -i build/docker/mysterium-node_ubuntu.tgz
- docker load -i build/docker/mysterium-client_ubuntu.tgz
- bin/release_docker $TRAVIS_TAG latest
name: "Pushing release to hub.docker.com"

notifications:
Expand Down

0 comments on commit 9ac7b26

Please sign in to comment.