This commit is contained in:
Samir Patel 2021-10-20 17:30:13 -05:00
parent 3fcdc6ff9e
commit 2839ef53c9

View file

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