From 7e1b629504a9a4ccbd3fcc1c5e488385289e85a7 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Thu, 21 Oct 2021 11:33:34 -0500 Subject: [PATCH] change docker push url --- .gitlab/.gitlab-ci.yml | 2 +- .gitlab/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index a312706dd..2de4ea4e2 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -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" diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile index be6913740..8b6516c80 100644 --- a/.gitlab/Dockerfile +++ b/.gitlab/Dockerfile @@ -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"] \ No newline at end of file