From fc8de3e5d150debb26e31439d91ed26e527b6689 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 4 Jun 2016 03:03:00 +0200 Subject: [PATCH] fix --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08d0656..b3a99ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ before_script: buildBASE: - stage:build + stage: build script: - docker build -t hosttoday/ht-docker-node:latest . - docker push hosttoday/ht-docker-node:latest @@ -27,7 +27,7 @@ buildBASE: - dockerbuild buildTAGS: - stage:buildtags + stage: buildtags script: - docker build -t hosttoday/ht-docker-node:lts ./Dockerfile_lts - docker push hosttoday/ht-docker-node:lts