From bde29ec792a85a6cec82cebb1ea0abcd1a4b3305 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:01:05 -0500 Subject: [PATCH] same3 --- .gitlab/.gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 23d1ef7a5..63865b1da 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -133,9 +133,9 @@ build container fb: services: - docker:dind script: - - tag = "'$CI_REGISTRY_IMAGE':'$CI_COMMIT_SHORT_SHA'" - - docker build --build-arg GO_VERSION=$GOVERSION -t "$tag" . - - docker push "$tag" - - echo "Created docker featurebase image with tag '$tag'" + - tag=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA + - docker build --build-arg GO_VERSION=$GOVERSION -t $tag . + - docker push $tag + - echo Created docker featurebase image with tag "$tag"