DOCKER_PASSWORD -> DOCKER_USERNAME
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ script:
|
|||||||
# Run rolling update
|
# Run rolling update
|
||||||
after_success:
|
after_success:
|
||||||
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o plex-elastic-transcoder github.com/munnerz/plex-elastic-transcoder
|
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o plex-elastic-transcoder github.com/munnerz/plex-elastic-transcoder
|
||||||
- docker login --email="$DOCKER_EMAIL" --username="$DOCKER_PASSWORD" --password="$DOCKER_PASSWORD"
|
- docker login --email="$DOCKER_EMAIL" --username="$DOCKER_USERNAME" --password="$DOCKER_PASSWORD"
|
||||||
- docker build -t munnerz/elastic-plex:${TRAVIS_COMMIT:0:7} -f Dockerfile.plex .
|
- docker build -t munnerz/elastic-plex:${TRAVIS_COMMIT:0:7} -f Dockerfile.plex .
|
||||||
- docker build -t munnerz/plex-elastic-transcoder:${TRAVIS_COMMIT:0:7} -f Dockerfile.runner .
|
- docker build -t munnerz/plex-elastic-transcoder:${TRAVIS_COMMIT:0:7} -f Dockerfile.runner .
|
||||||
- docker tag -f munnerz/elastic-plex:latest munnerz/elastic-plex:${TRAVIS_COMMIT:0:7}
|
- docker tag -f munnerz/elastic-plex:latest munnerz/elastic-plex:${TRAVIS_COMMIT:0:7}
|
||||||
|
|||||||
Reference in New Issue
Block a user