From 1202f777e0049581322bf4156cc0364f7f87e61f Mon Sep 17 00:00:00 2001 From: Or Fleisher Date: Tue, 25 Feb 2020 20:46:37 +0200 Subject: [PATCH] Push a different docker tag --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b393930..aef35fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ script: - python3 generate.py - python3 build.py - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin - - docker push nytimes/blender:2.80-cpu-ubuntu18.04 + - docker push nytimes/blender:2.80-cpu-ubuntu18.04 after_success: - bash ./notify.sh \ No newline at end of file