File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ deploy:docker:
6262 - docker info
6363 - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin docker.bitsensor.io
6464 - docker build -t elastalert .
65- - docker tag elastalert artifacts .bitsensor.io:1443 /elastalert:latest
66- - docker tag elastalert artifacts .bitsensor.io:1443 /elastalert:$(git describe --abbrev=0)
67- - docker push artifacts .bitsensor.io:1443 /elastalert:latest
68- - docker push artifacts .bitsensor.io:1443 /elastalert:$(git describe --abbrev=0)
65+ - docker tag elastalert docker .bitsensor.io/elastalert:latest
66+ - docker tag elastalert docker .bitsensor.io/elastalert:$(git describe --abbrev=0)
67+ - docker push docker .bitsensor.io/elastalert:latest
68+ - docker push docker .bitsensor.io/elastalert:$(git describe --abbrev=0)
6969 only :
7070 - tags
7171 tags :
@@ -78,8 +78,8 @@ deploy:docker:snapshot:
7878 - docker info
7979 - echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin docker.bitsensor.io
8080 - docker build -t elastalert .
81- - docker tag elastalert artifacts .bitsensor.io:1443 /elastalert:snapshot
82- - docker push artifacts .bitsensor.io:1443 /elastalert:snapshot
81+ - docker tag elastalert docker .bitsensor.io/elastalert:snapshot
82+ - docker push docker .bitsensor.io/elastalert:snapshot
8383 only :
8484 - develop
8585 tags :
You can’t perform that action at this time.
0 commit comments