Skip to content

Commit ac94e06

Browse files
committed
Switch github docker image cache to inline
1 parent e1f5328 commit ac94e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
context: .
6565
tags: ${{ env.TAGS }}
6666
labels: ${{ steps.meta.outputs.labels }}
67-
cache-from: type=gha
68-
cache-to: type=gha,mode=max
67+
cache-from: type=registry,ref=${{ env.TAGS }}
68+
cache-to: type=inline

0 commit comments

Comments
 (0)