Skip to content
Snippets Groups Projects
Commit 17e20d4e authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

Update .gitlab-ci.yml file

parent 9d76e552
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ build to app:
- docker info
script:
- docker pull ${APP_REGISTRY}:analytics || true
- docker build --tag ${APP_REGISTRY}:analytics --tag ${APP_REGISTRY}:analytics${CI_COMMIT_SHORT_SHA} .
- docker build --cache-from ${APP_REGISTRY}:analytics --tag ${APP_REGISTRY}:analytics --tag ${APP_REGISTRY}:analytics${CI_COMMIT_SHORT_SHA} .
- docker push ${APP_REGISTRY}:analytics${CI_COMMIT_SHORT_SHA}
- docker push ${APP_REGISTRY}:analytics
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment