mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-31 18:18:05 +00: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
|
push: false
|
||||||
set: |
|
set: |
|
||||||
*.cache-from=type=gha,scope=build-${{ matrix.target }}
|
*.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 }}
|
*.platform=${{ inputs.architecture }}
|
||||||
|
|
||||||
# This job runs all the tests.
|
# 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
|
FROM php:8.0-apache
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user