From c597e6de063b7265487a14711fa93146de19197f Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Mon, 8 Sep 2025 16:22:14 +0200 Subject: [PATCH] fix: increase cosign timeout to 5 minutes (#298) Signed-off-by: Marco Nenciarini --- .github/workflows/bake_targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index cdadfdff..0a0630b0 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -203,4 +203,4 @@ jobs: ' ) echo "Signing ${images}" - cosign sign --yes ${images} + cosign sign -t 5m --yes ${images}