From e2f3a645c169b6ca6992fe9d2ff1f0d37cef5782 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Wed, 20 Oct 2021 12:28:26 -0500 Subject: [PATCH] try to fix yml syntax --- .gitlab/.gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index c4142bbbe..5797b8978 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -133,8 +133,7 @@ build container fb: services: - docker:dind script: - - | - docker build + - docker build --build-arg GO_VERSION=$(GO_VERSION) --tag featurebase:$(VERSION) . - docker push "$CI_REGISTRY_IMAGE${tag}"