Expose default value for imageName in bootBuildImage task

Fixes gh-28040
This commit is contained in:
Scott Frederick
2021-09-16 15:51:12 -05:00
parent 1612c5955d
commit 96238ba8b7
2 changed files with 4 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ public class BootBuildImage extends DefaultTask {
@Input
@Optional
public String getImageName() {
return this.imageName;
return determineImageReference().toString();
}
/**