change docker push url

This commit is contained in:
Samir Patel 2021-10-21 11:33:34 -05:00
parent 30fb649126
commit 7e1b629504
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"]