Expose default value for imageName in bootBuildImage task
Fixes gh-28040
This commit is contained in:
@@ -148,7 +148,7 @@ public class BootBuildImage extends DefaultTask {
|
||||
@Input
|
||||
@Optional
|
||||
public String getImageName() {
|
||||
return this.imageName;
|
||||
return determineImageReference().toString();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user