update gitlab

This commit is contained in:
ILoveYaToo 2020-04-12 23:51:32 -04:00
parent c5d406ae57
commit 78575b2ec6

View File

@ -1,7 +1,15 @@
#variables:
before_script: before_script:
- docker info - docker info
build_image: build-docker-alpine:
stage: docker-build
script: script:
- cd alpine - 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 .