Merge f3677bb02586cc3e4d6ac9b97c986e36400cf042 into 55146d969b0dff1a5c12630229609757af5b1081

This commit is contained in:
CrazyMax 2025-08-06 15:45:23 +05:30 committed by GitHub
commit a4645d2926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -175,6 +175,8 @@ actionsToolkit.run(
core.info('Build summary is not yet supported on GHES');
} else if (!(await toolkit.buildx.versionSatisfies('>=0.13.0'))) {
core.info('Build summary requires Buildx >= 0.13.0');
} else if (builder && builder.driver === 'kubernetes') {
core.info('Build summary is not yet supported by the Kubernetes driver');
} else if (!ref) {
core.info('Build summary requires a build reference');
} else {