Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Login to quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored Jun 15, 2018
1 parent 029688a commit 1965156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ after_success:
docker push $DOCKER_NS/faas-swarm:$TRAVIS_TAG;

docker tag $DOCKER_NS/faas-swarm:latest-dev quay.io/$DOCKER_NS/faas-swarm:$TRAVIS_TAG;
docker login quay.io -u=$QUAY_USERNAME -p=$DOCKER_PASSWORD;
echo $QUAY_PASSWORD | docker login quay.io -u=$QUAY_USERNAME --password-stdin quay.io;
docker push quay.io/$DOCKER_NS/faas-swarm:$TRAVIS_TAG;

fi


0 comments on commit 1965156

Please sign in to comment.