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

Commit

Permalink
Move to openfaas ns in Docker Hub and Quay
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (VMware) <[email protected]>
  • Loading branch information
alexellis committed Jul 2, 2018
1 parent 2dfeaf3 commit b8cc399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:

after_success:
- if [ -z $DOCKER_NS ] ; then
export DOCKER_NS=functions;
export DOCKER_NS=openfaas;
fi
- if [ ! -z "$TRAVIS_TAG" ] ; then

Expand Down

0 comments on commit b8cc399

Please sign in to comment.