From 2839ef53c9f6bef9167a722b5a6439d056fc2c41 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Wed, 20 Oct 2021 17:30:13 -0500 Subject: [PATCH] add dir --- .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 f00c3abd0..4c87ac632 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -138,7 +138,7 @@ build container fb: - docker info script: - tag=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA - - docker build --build-arg GO_VERSION=$GOVERSION -t $tag .gitlab/Dockerfile + - docker build --build-arg GO_VERSION=$GOVERSION -t $tag .gitlab/Dockerfile . - docker push $tag - echo Created docker featurebase image with tag "$tag"