We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516a267 commit 07449ddCopy full SHA for 07449dd
1 file changed
.github/workflows/build.yml
@@ -222,7 +222,8 @@ jobs:
222
core.warning(`artifact-upload is ignored when output is image`);
223
}
224
if (inpOutput === 'image' && !inpPush && !sign) {
225
- throw new Error(`signing attestation manifests requires push to be enabled`);
+ core.setFailed(`signing attestation manifests requires push to be enabled`);
226
+ return;
227
228
229
const privateRepo = GitHub.context.payload.repository?.private ?? false;
0 commit comments