You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-27 00:41:00 +02:00
Switch to mode=min for GHA cache for docker buildx to prevent ratelimiting in GHA workflow
This commit is contained in:
2
.github/workflows/build_test_deploy.yml
vendored
2
.github/workflows/build_test_deploy.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
push: false
|
||||
set: |
|
||||
*.cache-from=type=gha,scope=build-${{ matrix.target }}
|
||||
*.cache-to=type=gha,scope=build-${{ matrix.target }},mode=max
|
||||
*.cache-to=type=gha,scope=build-${{ matrix.target }},mode=min
|
||||
*.platform=${{ inputs.architecture }}
|
||||
|
||||
# This job runs all the tests.
|
||||
|
@ -1,4 +1,3 @@
|
||||
# NOTE: only add qemu-arm-static if building for arm
|
||||
FROM php:8.0-apache
|
||||
|
||||
ARG VERSION
|
||||
|
Reference in New Issue
Block a user