File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ deploy:docker:
6060 script :
6161 - sh scripts/replace_templates.sh ${CI_JOB_TOKEN}
6262 - docker info
63- - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin artifacts .bitsensor.io:1443
63+ - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin docker .bitsensor.io
6464 - docker build -t elastalert .
6565 - docker tag elastalert artifacts.bitsensor.io:1443/elastalert:latest
6666 - docker tag elastalert artifacts.bitsensor.io:1443/elastalert:$(git describe --abbrev=0)
@@ -76,7 +76,7 @@ deploy:docker:snapshot:
7676 script :
7777 - sh scripts/replace_templates.sh ${CI_JOB_TOKEN}
7878 - docker info
79- - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin artifacts .bitsensor.io:1443
79+ - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin docker .bitsensor.io
8080 - docker build -t elastalert .
8181 - docker tag elastalert artifacts.bitsensor.io:1443/elastalert:snapshot
8282 - docker push artifacts.bitsensor.io:1443/elastalert:snapshot
You can’t perform that action at this time.
0 commit comments