Skip to content
Snippets Groups Projects
Commit 06b6fb8d authored by bwalkow's avatar bwalkow
Browse files

Build develop

parent a6d2ef61
No related branches found
No related tags found
No related merge requests found
Pipeline #8238 passed
......@@ -7,6 +7,7 @@ cache:
stages:
- check_style
- build
- build_model
# - deploy
pep8:
......@@ -27,6 +28,17 @@ build_image:
- docker push $CI_REGISTRY_IMAGE:latest
build_image:
stage: build_model
image: "docker:18.09.7"
only:
- model
script:
- docker build -t $CI_REGISTRY_IMAGE:develop .
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY_IMAGE:develop
# deploy:
# stage: deploy
# before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment