Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metagrid-go
Elasticsearch
Commits
6bd779fc
Commit
6bd779fc
authored
Dec 14, 2021
by
Tobinsk
Browse files
Update elastic search version
parent
5b916341
Pipeline
#8402
passed with stage
in 3 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6bd779fc
...
...
@@ -19,7 +19,7 @@ push:
stage
:
build
script
:
-
docker pull $CI_REGISTRY_IMAGE:latest ||
true
-
docker build --pull --build-arg elasticsearch_version=7.1
3.4
-t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
-
docker build --pull --build-arg elasticsearch_version=7.1
6.1
-t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
# push latest on branch master
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment