We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2634353 commit fc5427cCopy full SHA for fc5427c
src/main.ts
@@ -175,6 +175,8 @@ actionsToolkit.run(
175
core.info('Build summary is not yet supported on GHES');
176
} else if (!(await toolkit.buildx.versionSatisfies('>=0.13.0'))) {
177
core.info('Build summary requires Buildx >= 0.13.0');
178
+ } else if (builder && builder.driver === 'kubernetes') {
179
+ core.info('Build summary is not yet supported by the Kubernetes driver');
180
} else if (!ref) {
181
core.info('Build summary requires a build reference');
182
} else {
0 commit comments