mirror of
https://github.com/openfaas/faas.git
synced 2025-06-17 12:46:59 +00:00
Enable experimental Docker CLI
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
parent
64904b163f
commit
364a43088c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user