Enable experimental Docker CLI

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2019-05-26 20:17:33 +01:00
parent 64904b163f
commit 364a43088c

View File

@ -24,7 +24,7 @@ after_success:
fi
- if [ ! -z "$TRAVIS_TAG" ] ; then
echo '{"experimental": "enabled"}' | tee $HOME/.docker/config.json
export DOCKER_CLI_EXPERIMENTAL=enabled
docker tag $DOCKER_NS/gateway:latest-dev $DOCKER_NS/gateway:$TRAVIS_TAG;
echo $DOCKER_PASSWORD | docker login -u=$DOCKER_USERNAME --password-stdin;