Skip to content

Commit d92551e

Browse files
committed
test
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 95f3484 commit d92551e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/bake.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,11 @@ jobs:
434434
containerName,
435435
'chmod', '+x', '/usr/bin/ghacache-sign-script.sh'
436436
]);
437+
await exec.exec('docker', [
438+
'exec',
439+
containerName,
440+
'cat', '/usr/bin/ghacache-sign-script.sh'
441+
]);
437442
438443
core.info(`Copying cosign binary to BuildKit container ${containerName}`);
439444
await exec.exec('docker', [

0 commit comments

Comments
 (0)