From fdf4677bf7a1ae7e325743da62e389bb185c8d62 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 21:46:24 +0300 Subject: [PATCH] Match updated templates. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e415238..5e3f8f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,10 @@ stages: - build - deploy -build: +docker-build: extends: .docker-build-shore tags: [ns4.shore.co.il] -push: +docker-push: extends: .docker-push tags: [ns4.shore.co.il] -- GitLab