This message was deleted.
s
This message was deleted.
d
This doesn't seem to have the option:
Copy code
return new docker.Image(`${appName}-${service}`, {
  build: path,
  imageName: pulumi.interpolate`${username}/${imageName}`,
  registry: {
    username,
    password,
    server: '<http://docker.io|docker.io>',
  },
});