worker/jobimpl-osbuild/azure: set storage account
This was lost in a refactor.
This commit is contained in:
parent
ba40d8a1fc
commit
b062d1070d
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue