Building - Use GHA layer caching (#3227)

This commit is contained in:
dgtlmoon
2025-06-03 13:03:36 +02:00
committed by GitHub
parent 08728d7d03
commit 4b18c633ba
+4 -2
View File
@@ -56,6 +56,8 @@ jobs:
context: ./
file: ./.github/test/Dockerfile-alpine
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Test that the docker containers can build
id: docker_build
@@ -65,6 +67,6 @@ jobs:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/arm64/v8
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
cache-from: type=gha
cache-to: type=gha,mode=max