change database configuration to env vars, fix
This commit is contained in:
parent
b555c9a37f
commit
053927e329
@ -13,7 +13,7 @@ build:
|
||||
- linux
|
||||
- docker
|
||||
script:
|
||||
- docker build --tag $IMAGE_NAME:${CI_COMMIT_SHORT_SHA} .
|
||||
- docker build --build-arg="VERSION=${CI_COMMIT_SHORT_SHA}-${CI_COMMIT_TAG}" --tag $IMAGE_NAME:${CI_COMMIT_SHORT_SHA} .
|
||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY;
|
||||
- docker push $IMAGE_NAME:${CI_COMMIT_SHORT_SHA}
|
||||
- if [ "$CI_COMMIT_TAG" != "" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user