Removed cd in docker build

This commit is contained in:
Joe Bellus 2022-02-09 00:57:22 -05:00
parent b91d998e77
commit 514ff605d7
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ build-docker:
- docker:19.03.12-dind - docker:19.03.12-dind
stage: build-docker stage: build-docker
script: script:
- cd target/release
- 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 .
- docker push $CI_REGISTRY/vade/vade - docker push $CI_REGISTRY/vade/vade