Update docker publish workflow with longer timeout

This commit is contained in:
Starttoaster 2024-06-05 17:35:57 -07:00 committed by GitHub
parent 3f0214ad27
commit 2192ef1122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ permissions:
jobs: jobs:
package: package:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 10 timeout-minutes: 30
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4