Skip to content
Snippets Groups Projects
Commit 9f70da5b authored by George Sedov's avatar George Sedov
Browse files

Update .gitlab-ci.yml file

parent 65204af7
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ docker-build:
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- cd $CI_PROJECT_DIR/deploy/build_env/manylinux2010
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" deploy/build_env/manylinux2010
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
- docker push "$CI_REGISTRY_IMAGE${tag}"
# Run this job in a branch where a Dockerfile exists
rules:
......
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