Skip to content

Commit c277360

Browse files
Fix CI pointing to old artifacts.bitsensor.io container hub
1 parent 80efcd2 commit c277360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

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

0 commit comments

Comments
 (0)