Updated docker image name

This commit is contained in:
Joe Bellus 2022-02-09 18:57:08 -05:00
parent dba172f050
commit 48e4d34862
1 changed files with 2 additions and 4 deletions

View File

@ -58,14 +58,12 @@ build-bin:
build-docker:
dependencies:
- build-bin
services:
- docker:dind
stage: build-docker
image: docker:latest
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t $CI_REGISTRY/vade/vade .
- docker push $CI_REGISTRY/vade/vade
- docker build -t $CI_REGISTRY/vade/vade-mecum .
- docker push $CI_REGISTRY/vade/vade-mecum
# rules:
# - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH