Commit 23c657a 1 parent 16ebe77 commit 23c657a Copy full SHA for 23c657a
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 @@ -162,13 +162,13 @@ actionsToolkit.run(
162
162
if ( ! buildSummaryEnabled ( ) ) {
163
163
core . info ( 'Build summary disabled' ) ;
164
164
} else if ( GitHub . isGHES ) {
165
- core . warning ( 'Build summary is not yet supported on GHES' ) ;
165
+ core . info ( 'Build summary is not yet supported on GHES' ) ;
166
166
} else if ( ! ( await toolkit . buildx . versionSatisfies ( '>=0.13.0' ) ) ) {
167
- core . warning ( 'Build summary requires Buildx >= 0.13.0' ) ;
167
+ core . info ( 'Build summary requires Buildx >= 0.13.0' ) ;
168
168
} else if ( builder && builder . driver === 'cloud' ) {
169
- core . warning ( 'Build summary is not yet supported with Docker Build Cloud' ) ;
169
+ core . info ( 'Build summary is not yet supported with Docker Build Cloud' ) ;
170
170
} else if ( ! ref ) {
171
- core . warning ( 'Build summary requires a build reference' ) ;
171
+ core . info ( 'Build summary requires a build reference' ) ;
172
172
} else {
173
173
core . info ( 'Build summary supported!' ) ;
174
174
stateHelper . setSummarySupported ( ) ;
You can’t perform that action at this time.
0 commit comments