Skip to content

Commit a0835c0

Browse files
committed
Improved actions caching
1 parent 5e7e32d commit a0835c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
platforms: linux/amd64,linux/arm/v7,linux/arm64
4848
push: true
4949
tags: ${{ steps.meta.outputs.tags }}
50-
cache-from: type=registry,ref=photonixapp/photonix:latest
51-
cache-to: type=inline
50+
cache-from: type=gha
51+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)