Disable pushing to registry.resinstaging.io, and use build environment to login to dockerhub

Also, avoid building the dind builder twice, and try to get a reusable docker instance.

Change-Type: patch
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
Pablo Carranza Velez
2017-07-17 17:11:24 -03:00
parent 8dfc559126
commit fa8116d97c
3 changed files with 18 additions and 19 deletions

View File

@ -72,7 +72,7 @@ resinApi._request(_.extend({
return resinApi.post({
resource: 'supervisor_release',
body: {
image_name: `registry.resinstaging.io/resin/${arch}-supervisor`,
image_name: `resin/${arch}-supervisor`,
supervisor_version: tag,
device_type: deviceType.slug,
is_public: true