From 841e79f343dcd246d54555fde293f71dd046ddac Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Thu, 21 Oct 2021 11:51:26 -0500 Subject: [PATCH] same --- .gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 2de4ea4e2..e5ceabaf8 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 registry.gitlab.com/molecula/featurebase:$tag + - docker push registry.gitlab.com/molecula/featurebase:$CI_COMMIT_SHORT_SHA - echo Created docker featurebase image with tag "$tag"