fix: increase cosign timeout to 5 minutes (#298)

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This commit is contained in:
Marco Nenciarini
2025-09-08 16:22:14 +02:00
committed by GitHub
parent fdc8010750
commit c597e6de06

View File

@@ -203,4 +203,4 @@ jobs:
'
)
echo "Signing ${images}"
cosign sign --yes ${images}
cosign sign -t 5m --yes ${images}