mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 06:48:14 +08:00
Switched to Docker Hub automated builds
This commit is contained in:
parent
659806c6d0
commit
feccf27e19
15
.travis.yml
15
.travis.yml
@ -1,15 +0,0 @@
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
global:
|
||||
- COMMIT=${TRAVIS_COMMIT::8}
|
||||
- REPO=trafex/alpine-nginx-php7
|
||||
|
||||
script:
|
||||
- docker --version
|
||||
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH ; fi`
|
||||
- docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- docker build -t $REPO:$COMMIT .
|
||||
- docker tag $REPO:$COMMIT $REPO:$TAG
|
||||
- docker push $REPO
|
Loading…
Reference in New Issue
Block a user