diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1e5760c..a1203438 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ deploy:docker: script: - sh scripts/replace_templates.sh ${CI_JOB_TOKEN} - docker info - - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin artifacts.bitsensor.io:1443 + - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin docker.bitsensor.io - docker build -t elastalert . - docker tag elastalert artifacts.bitsensor.io:1443/elastalert:latest - docker tag elastalert artifacts.bitsensor.io:1443/elastalert:$(git describe --abbrev=0) @@ -76,7 +76,7 @@ deploy:docker:snapshot: script: - sh scripts/replace_templates.sh ${CI_JOB_TOKEN} - docker info - - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin artifacts.bitsensor.io:1443 + - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin docker.bitsensor.io - docker build -t elastalert . - docker tag elastalert artifacts.bitsensor.io:1443/elastalert:snapshot - docker push artifacts.bitsensor.io:1443/elastalert:snapshot