From 1bc14a7fedb351aae2308319f9a55c58b5bd464e Mon Sep 17 00:00:00 2001 From: Piv Date: Tue, 25 Aug 2020 22:25:20 +0930 Subject: [PATCH] Fix deploy command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9de3257..b60b2a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ deploy_pycar: image: vato.ddns.net:8083/docker stage: deploy script: - - docker publish vato.ddns.net:8083/pycar:latest + - docker push vato.ddns.net:8083/pycar:latest needs: - build_pycar_docker only: