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:
60
60
script :
61
61
- sh scripts/replace_templates.sh ${CI_JOB_TOKEN}
62
62
- 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
64
64
- docker build -t elastalert .
65
65
- docker tag elastalert artifacts.bitsensor.io:1443/elastalert:latest
66
66
- docker tag elastalert artifacts.bitsensor.io:1443/elastalert:$(git describe --abbrev=0)
@@ -76,7 +76,7 @@ deploy:docker:snapshot:
76
76
script :
77
77
- sh scripts/replace_templates.sh ${CI_JOB_TOKEN}
78
78
- 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
80
80
- docker build -t elastalert .
81
81
- docker tag elastalert artifacts.bitsensor.io:1443/elastalert:snapshot
82
82
- docker push artifacts.bitsensor.io:1443/elastalert:snapshot
You can’t perform that action at this time.
0 commit comments