mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 03:56:07 -04:00
image: include stream in gcp image name (#1768)
This commit is contained in:
parent
c834911be1
commit
f596a13188
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ func (u *Uploader) blobURL(blobName string) string {
|
|||
}
|
||||
|
||||
func (u *Uploader) imageName(version versionsapi.Version, variant string) string {
|
||||
return strings.ReplaceAll(version.Version, ".", "-") + "-" + variant
|
||||
return strings.ReplaceAll(version.Version, ".", "-") + "-" + variant + "-" + version.Stream
|
||||
}
|
||||
|
||||
func (u *Uploader) imageFamily(version versionsapi.Version) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue