mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
same3
This commit is contained in:
parent
35dc4aa07a
commit
bde29ec792
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue