mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
change docker push url
This commit is contained in:
parent
30fb649126
commit
7e1b629504
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ build container fb:
|
|||
- ls .gitlab/
|
||||
- tag=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
|
||||
- docker build --build-arg GO_VERSION=$GOVERSION -t $tag -f .gitlab/Dockerfile .
|
||||
- docker push $tag
|
||||
- docker push registry.gitlab.com/molecula/featurebase:$tag
|
||||
- echo Created docker featurebase image with tag "$tag"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@ ENV PILOSA_BIND 0.0.0.0:10101
|
|||
ENV PILOSA_BIND_GRPC 0.0.0.0:20101
|
||||
|
||||
ENTRYPOINT ["/featurebase"]
|
||||
CMD ["server"]
|
||||
CMD ["server"]
|
||||
Loading…
Add table
Reference in a new issue