File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,13 +184,13 @@ actionsToolkit.run(
184
184
if ( ! buildSummaryEnabled ( ) ) {
185
185
core . info ( 'Build summary disabled' ) ;
186
186
} else if ( GitHub . isGHES ) {
187
- core . warning ( 'Build summary is not yet supported on GHES' ) ;
187
+ core . info ( 'Build summary is not yet supported on GHES' ) ;
188
188
} else if ( ! ( await toolkit . buildx . versionSatisfies ( '>=0.13.0' ) ) ) {
189
- core . warning ( 'Build summary requires Buildx >= 0.13.0' ) ;
189
+ core . info ( 'Build summary requires Buildx >= 0.13.0' ) ;
190
190
} else if ( builder && builder . driver === 'cloud' ) {
191
- core . warning ( 'Build summary is not yet supported with Docker Build Cloud' ) ;
191
+ core . info ( 'Build summary is not yet supported with Docker Build Cloud' ) ;
192
192
} else if ( refs . length == 0 ) {
193
- core . warning ( 'Build summary requires at least one build reference' ) ;
193
+ core . info ( 'Build summary requires at least one build reference' ) ;
194
194
} else {
195
195
core . info ( 'Build summary supported!' ) ;
196
196
stateHelper . setSummarySupported ( ) ;
You can’t perform that action at this time.
0 commit comments