Chaned to docker:latest for docker build

This commit is contained in:
Joe Bellus 2022-02-09 01:15:23 -05:00
parent 514ff605d7
commit 89c57dabf5
1 changed files with 1 additions and 3 deletions

View File

@ -58,10 +58,8 @@ build-bin:
build-docker: build-docker:
dependencies: dependencies:
- build-bin - build-bin
image: docker:19.03.12
services:
- docker:19.03.12-dind
stage: build-docker stage: build-docker
image: docker:latest
script: script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t $CI_REGISTRY/vade/vade . - docker build -t $CI_REGISTRY/vade/vade .