try to fix yml syntax

This commit is contained in:
Samir Patel 2021-10-20 12:28:26 -05:00
parent aa0d5040e5
commit e2f3a645c1

View file

@ -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}"