Skip to content

Commit a4b96e5

Browse files
Deploy snapshots on docker.bitsensor.io
1 parent c277360 commit a4b96e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)