We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f3484 commit d92551eCopy full SHA for d92551e
1 file changed
.github/workflows/bake.yml
@@ -434,6 +434,11 @@ jobs:
434
containerName,
435
'chmod', '+x', '/usr/bin/ghacache-sign-script.sh'
436
]);
437
+ await exec.exec('docker', [
438
+ 'exec',
439
+ containerName,
440
+ 'cat', '/usr/bin/ghacache-sign-script.sh'
441
+ ]);
442
443
core.info(`Copying cosign binary to BuildKit container ${containerName}`);
444
await exec.exec('docker', [
0 commit comments