mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
same
This commit is contained in:
parent
2517e11afd
commit
fba75f1a0c
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,8 @@ build container fb:
|
|||
tags:
|
||||
- shell
|
||||
before_script:
|
||||
- cat $DOCKER_DEPLOY_TOKEN | docker login -u $DOCKER_DEPLOY_USER --password-stdin $CI_REGISTRY_IMAGE
|
||||
# - cat $DOCKER_DEPLOY_TOKEN | docker login -u $DOCKER_DEPLOY_USER --password-stdin $CI_REGISTRY_IMAGE
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue