Increase timeout for Docker image sync job to 30 minutes

This commit is contained in:
Jenthe Noordsij
2026-06-12 17:12:06 +02:00
committed by GitHub
parent 2391520b50
commit ec80d1145c
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs: jobs:
sync: sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 30
permissions: permissions:
packages: write packages: write
contents: read contents: read