Commit ae6581fd authored by yousiki's avatar yousiki

Update .travis.yml

parent c498535b
......@@ -14,6 +14,6 @@ env:
- DOCKER_IMAGE=smartdns
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- export IMAGE_NAME=$DOCKER_USERNAME/$DOCKER_IMAGE:latest
- export IMAGE_NAME=$DOCKER_USERNAME/$DOCKER_IMAGE:$(uname -i)
- docker build -t $IMAGE_NAME .
- travis_wait 30 docker push $IMAGE_NAME
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment