Skip to content
Snippets Groups Projects
Commit d69e6171 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 9f8bf8c0
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ build-review:
- branches
script:
- docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/review/$CI_COMMIT_REF_NAME .
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker login -u $CI_REGISTRY_USER -p $CI_JOB_TOKEN $CI_REGISTRY
- docker push $CI_REGISTRY/$CI_PROJECT_PATH/review/$CI_COMMIT_REF_NAME
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment