Remove docker info from gilab-ci.yml

This commit is contained in:
Matthew McKinnon 2022-08-07 16:33:26 +10:00
parent 5f0d31f9cb
commit 4c5b30d4d7

View File

@ -6,9 +6,6 @@ stages:
- eleventy
- docker_build
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
eleventy:
stage: eleventy
image: node:latest
@ -25,6 +22,8 @@ eleventy:
- tags
docker_build:
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
services:
- docker:dind
stage: docker_build