worker/jobimpl-osbuild/azure: set storage account

This was lost in a refactor.
This commit is contained in:
Tom Gundersen 2021-03-05 19:47:03 +00:00
parent ba40d8a1fc
commit b062d1070d

View file

@ -240,8 +240,9 @@ func (impl *OSBuildJobImpl) Run(job worker.Job) error {
}
metadata := azure.BlobMetadata{
ContainerName: options.Container,
BlobName: t.ImageName,
StorageAccount: options.StorageAccount,
ContainerName: options.Container,
BlobName: t.ImageName,
}
const azureMaxUploadGoroutines = 4