fix(ci): increase docker build timeout to 60 minutes (#7)

Multi-platform builds with QEMU ARM emulation exceed 30 minutes
for this multi-stage Dockerfile (Ruby gems + Node compilation).

Co-authored-by: Sebastian Noe <sebastian.schneider@boxine.de>
pull/681/head
Sebastian Noe 1 month ago committed by GitHub
parent 12fd4d1194
commit 03aeee3df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@ permissions: {}
jobs:
build-and-push:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 60
permissions:
contents: read
packages: write

Loading…
Cancel
Save