From 0d9d3b65beca73f37f80278d604c79a39e99320b Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 20 Mar 2021 13:46:39 +0000 Subject: [PATCH] gitlab-ci: run dockerpush on clouvider-lon01 instead --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e9b0a7a0f..0171e217ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,5 +101,6 @@ nyc01-frantech: docker-push: stage: deploy tags: - - deployer + # We run this on cacher instead, because disk space. + - cacher script: './hack/dockerpush.sh'