Skip to content

Commit fc5427c

Browse files
committed
skip summary generation for the kubernetes driver
Signed-off-by: CrazyMax <[email protected]>
1 parent 2634353 commit fc5427c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ actionsToolkit.run(
175175
core.info('Build summary is not yet supported on GHES');
176176
} else if (!(await toolkit.buildx.versionSatisfies('>=0.13.0'))) {
177177
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');
178180
} else if (!ref) {
179181
core.info('Build summary requires a build reference');
180182
} else {

0 commit comments

Comments
 (0)