Skip to content

Commit

Permalink
Fix CI pointing to old artifacts.bitsensor.io container hub
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrondeel committed Sep 24, 2018
1 parent 80efcd2 commit c277360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ deploy:docker:
script:
- sh scripts/replace_templates.sh ${CI_JOB_TOKEN}
- docker info
- echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin artifacts.bitsensor.io:1443
- echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin docker.bitsensor.io
- docker build -t elastalert .
- docker tag elastalert artifacts.bitsensor.io:1443/elastalert:latest
- docker tag elastalert artifacts.bitsensor.io:1443/elastalert:$(git describe --abbrev=0)
Expand All @@ -76,7 +76,7 @@ deploy:docker:snapshot:
script:
- sh scripts/replace_templates.sh ${CI_JOB_TOKEN}
- docker info
- echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin artifacts.bitsensor.io:1443
- echo $BITSENSOR_PASSWORD | docker login -u $BITSENSOR_USERNAME --password-stdin docker.bitsensor.io
- docker build -t elastalert .
- docker tag elastalert artifacts.bitsensor.io:1443/elastalert:snapshot
- docker push artifacts.bitsensor.io:1443/elastalert:snapshot
Expand Down

0 comments on commit c277360

Please sign in to comment.