Skip to content
Snippets Groups Projects
Commit fb46590d authored by M9713's avatar M9713
Browse files

Update .gitlab-ci.yml

parent fe225f90
No related branches found
No related tags found
No related merge requests found
Pipeline #483244 failed
......@@ -62,7 +62,7 @@ build frontend:
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor
--context $CI_PROJECT_DIR
--dockerfile Dockerfile
--dockerfile $CI_PROJECT_DIR/conduit-front/Dockerfile
--destination $CI_REGISTRY_IMAGE:front-$CI_COMMIT_SHORT_SHA
#deploy mongodb:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment