test fix + increase build timeout + add buildd cache

This commit is contained in:
Jokob @NetAlertX
2025-12-07 21:14:35 +00:00
committed by GitHub
parent 1dee812ce6
commit 6ba48e499c
2 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
docker_dev:
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 60
permissions:
contents: read
packages: write
@@ -96,3 +96,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max