mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
change commit name to commit slug
This commit is contained in:
parent
fba75f1a0c
commit
e1945bcf1c
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ build container fb:
|
|||
- docker login -u $DOCKER_DEPLOY_USER -p $DOCKER_DEPLOY_TOKEN $CI_REGISTRY_IMAGE
|
||||
script:
|
||||
# - mv featurebase_linux_amd64 .gitlab/
|
||||
- tag=$CI_REGISTRY_IMAGE/server:$CI_COMMIT_BRANCH-$CI_COMMIT_SHORT_SHA
|
||||
- tag=$CI_REGISTRY_IMAGE/server:$CI_COMMIT_REF_SLUG_$CI_COMMIT_SHORT_SHA
|
||||
- docker build --build-arg GO_VERSION=$GOVERSION -t $tag -f .gitlab/Dockerfile .
|
||||
- docker push $tag
|
||||
- echo Created docker featurebase image with tag "$tag"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue