From 78575b2ec67ab56016555f21363e8c71a2cc7a34 Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Sun, 12 Apr 2020 23:51:32 -0400 Subject: [PATCH] update gitlab --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4f5498..ab35c38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,15 @@ +#variables: before_script: - docker info -build_image: +build-docker-alpine: + stage: docker-build script: - cd alpine - - docker build --network=host -t catdeployed/postal:latest -t catdeployed/postal:alpine . + - docker build --network=host -t catdeployed/postal:alpine . + +build-docker-ubuntu: + stage: docker-build + script: + - cd ubuntu + - docker build --network=host -t catdeployed/postal:ubuntu .