Fixed missing environment variable
This commit is contained in:
parent
368937c422
commit
ab4b6c3764
|
@ -61,7 +61,7 @@ pages:
|
||||||
docker_image:
|
docker_image:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
|
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||||
- cd api
|
- cd api
|
||||||
script:
|
script:
|
||||||
- docker build -t funkwhale/funkwhale:$CI_COMMIT_REF_NAME .
|
- docker build -t funkwhale/funkwhale:$CI_COMMIT_REF_NAME .
|
||||||
|
|
Loading…
Reference in New Issue