many: switch to osbuild/images/pkg/upload for azure

This is part of consolidating all the upload code in images.
This commit is contained in:
Sanne Raymaekers 2025-07-29 11:13:50 +02:00 committed by Achilleas Koutsou
parent 26ab15b1c9
commit 0e2daa201f
11 changed files with 59 additions and 77 deletions

View file

@ -8,7 +8,7 @@ import (
"path"
"strings"
"github.com/osbuild/osbuild-composer/internal/upload/azure"
"github.com/osbuild/images/pkg/upload/azure"
)
func checkStringNotEmpty(variable string, errorMessage string) {