This commit is contained in:
Samir Patel 2021-10-20 14:01:05 -05:00
parent 35dc4aa07a
commit bde29ec792

View file

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